blob: 1a313d5d4445467bf654e3faea032377ead46bc4 (
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
25
26
27
28
29
30
31
|
PORTNAME= calendarsupport
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= net kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Calendar support libraries for KDEPim
LICENSE= LGPL21
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
EXPIRATION_DATE=2021-06-23
LIB_DEPENDS= libboost_system.so:devel/boost-libs
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons ecm \
guiaddons i18n iconthemes itemmodels jobwidgets kio service \
widgetsaddons
# pim components
USE_KDE+= akonadi akonadicalendar akonadinotes calendarcore calendarutils \
holidays identitymanagement mime pimcommon \
pimtextedit
USE_QT= concurrent core dbus gui network printsupport testlib uitools \
widgets xml \
buildtools_build qmake_build
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|