2018-04-10 21:09:05 +02:00
|
|
|
PORTNAME= eventviews
|
|
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
|
|
CATEGORIES= net kde kde-applications
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= Event view libriares for KDEPim
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/KDE/mailcommon
|
2018-04-10 21:09:05 +02:00
|
|
|
|
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2021-07-07 14:54:22 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs
|
|
|
|
LIB_DEPENDS= libKGantt.so:graphics/kdiagram
|
2018-04-10 21:09:05 +02:00
|
|
|
|
2018-12-25 21:25:39 +01:00
|
|
|
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
2021-07-07 14:54:22 +02:00
|
|
|
USE_KDE= auth codecs completion config configwidgets coreaddons \
|
|
|
|
guiaddons i18n iconthemes itemmodels service widgetsaddons \
|
2022-09-11 12:20:14 +02:00
|
|
|
ecm:build
|
2018-04-10 21:09:05 +02:00
|
|
|
# pim components
|
|
|
|
USE_KDE+= akonadi akonadicalendar akonadicontacts calendarcore \
|
2019-06-23 17:39:32 +02:00
|
|
|
calendarsupport calendarutils contacts holidays identitymanagement \
|
2018-04-10 21:09:05 +02:00
|
|
|
libkdepim mime pimtextedit
|
2021-07-07 14:54:22 +02:00
|
|
|
USE_QT= core gui printsupport uitools widgets xml \
|
2022-09-11 12:20:14 +02:00
|
|
|
buildtools:build qmake:build testlib:build
|
2018-04-10 21:09:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2018-09-10 15:14:50 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2018-04-10 21:09:05 +02:00
|
|
|
.include <bsd.port.mk>
|