blob: 9f0b78680f286b67a84ea7ea525da2ac20fe812f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= itinerary
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= deskutils kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Digital travel assistant for KDE
WWW= https://apps.kde.org/en/itinerary
USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 qt:5 \
tar:xz xorg
USE_KDE= calendarcore completion config contacts coreaddons crash \
dbusaddons i18n jobwidgets kio kpkpass notifications kosm \
kitinerary kpublictransport mime qqc2-desktop-style \
service solid widgetsaddons windowsystem \
ecm_build
USE_QT= concurrent core dbus declarative gui location network quick3d \
quickcontrols2 \
testlib widgets \
buildtools_build qmake_build
USE_XORG= x11
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|