blob: eb35b557215af4bbe8479d3fea97ed0c45eaf661 (
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
|
PORTNAME= eventviews
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= net kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Event view libraries for KDEPim
WWW= https://invent.kde.org/pim/eventviews
LICENSE= LGPL21
BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs
LIB_DEPENDS= libKGantt6.so:graphics/kdiagram-qt6
USES= cmake compiler:c++11-lib gettext kde:6 qt:6 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons \
guiaddons i18n iconthemes itemmodels service widgetsaddons \
ecm:build
# pim components
USE_KDE+= akonadi akonadicalendar akonadicontacts calendarcore \
calendarsupport calendarutils contacts holidays \
identitymanagement libkdepim mime pimtextedit
USE_QT= base
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|