blob: a90cc3127dfb100989a1f2a104e31bf7334ef4d5 (
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
29
30
31
32
33
34
35
|
PORTNAME= kalarm
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 1
CATEGORIES= deskutils kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Personal alarm scheduler
LIB_DEPENDS= libical.so:devel/libical
USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 \
shebangfix tar:xz xorg
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons guiaddons i18n iconthemes \
itemmodels itemviews jobwidgets kcmutils kdelibs4support kio \
notifications notifyconfig parts service solid sonnet textwidgets \
unitconversion wallet widgetsaddons windowsystem xmlgui \
ecm_build
# pim components
USE_KDE+= akonadi akonadicontacts akonadimime calendarcore \
calendarutils contacts globalaccel grantleetheme holidays identitymanagement \
idletime libkdepim mailcommon mailtransport mime \
pimcommon pimtextedit imap \
kdepim-runtime5_run
USE_QT= concurrent core dbus gui network phonon4 printsupport widgets \
x11extras xml \
buildtools_build qmake_build
USE_XORG= x11
USE_LDCONFIG= yes
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|