2018-04-10 19:09:05 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= calendarsupport
|
|
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
|
|
CATEGORIES= net kde kde-applications
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2019-03-16 08:42:31 +00:00
|
|
|
COMMENT= Calendar support libraries for KDEPim
|
2018-04-10 19:09:05 +00:00
|
|
|
|
|
|
|
LICENSE= LGPL21
|
|
|
|
|
|
|
|
LIB_DEPENDS= libboost_system.so:devel/boost-libs
|
|
|
|
|
2018-12-25 20:25:39 +00:00
|
|
|
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
2018-04-10 19:09:05 +00:00
|
|
|
USE_KDE= auth codecs completion config configwidgets coreaddons ecm \
|
|
|
|
guiaddons i18n iconthemes itemmodels jobwidgets kio service \
|
|
|
|
widgetsaddons
|
|
|
|
# pim components
|
2020-08-13 17:10:30 +00:00
|
|
|
USE_KDE+= akonadi akonadicalendar akonadinotes calendarcore calendarutils \
|
|
|
|
holidays identitymanagement kdepim-apps-libs mime pimcommon \
|
|
|
|
pimtextedit
|
2019-06-23 15:39:32 +00:00
|
|
|
USE_QT= concurrent core dbus gui network printsupport testlib uitools \
|
|
|
|
widgets xml \
|
2018-04-10 19:09:05 +00:00
|
|
|
buildtools_build qmake_build
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2018-09-10 13:14:50 +00:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2018-04-10 19:09:05 +00:00
|
|
|
.include <bsd.port.mk>
|