freebsd-ports/net/kitinerary/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

29 lines
622 B
Makefile

# $FreeBSD$
PORTNAME= kitinerary
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= net kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Data Model and Extraction System for Travel Reservation information
LICENSE= LGPL21
LIB_DEPENDS= libpoppler.so:graphics/poppler \
libzxing.so:textproc/zxing-cpp
USES= cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
USE_KDE= ecm i18n
# Pim components
USE_KDE+= calendarcore contacts kpkpass mime
USE_QT= core qml \
buildtools_build qmake_build
USE_LDCONFIG= yes
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>