a43a667bc3
Announcement: https://kde.org/announcements/gear/26.04.1/ Ports changes: databases/akonadi: - Remove unused dependencies deskutils/kdepim-runtime: - Remove unused KWallet graphics/okular: - Remove unused dependency net/pimcommon: - Remove unused dependency net-im/neochat: - Remove unused dependency
31 lines
910 B
Makefile
31 lines
910 B
Makefile
PORTNAME= pimcommon
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= net kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Common libraries for KDEPim
|
|
WWW= https://invent.kde.org/pim/pimcommon
|
|
|
|
LICENSE= LGPL21
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs
|
|
|
|
USES= cmake compiler:c++11-lib gettext kde:6 qt:6 tar:xz xorg
|
|
USE_KDE= archive attica auth codecs completion config configwidgets \
|
|
coreaddons dbusaddons i18n iconthemes itemmodels \
|
|
jobwidgets kcmutils kio newstuff service solid sonnet \
|
|
textwidgets wallet widgetsaddons windowsystem xmlgui \
|
|
ecm:build
|
|
# pim components
|
|
USE_KDE+= akonadi akonadicontacts akonadisearch contacts grantleetheme \
|
|
imap ktextaddons ldap libkdepim mime pimtextedit purpose
|
|
USE_QT= base
|
|
USE_XORG= x11
|
|
USE_LDCONFIG= yes
|
|
|
|
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|