blob: b8f57c348d5ea620bf0a632efcc08e1e4a09b84d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# $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>
|