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
|
|
|
|
USE_KDE+= akonadi akonadicalendar calendarcore calendarutils holidays \
|
|
|
|
identitymanagement kdepim-apps-libs mime pimcommon pimtextedit
|
2018-06-28 17:39:53 +00:00
|
|
|
USE_QT= core 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>
|