1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/net/pimcommon/Makefile
Tobias C. Berner 116b90e550 KDE: Update KDE Gear to 22.08
Thursday, 18 August 2022

KDE Gear ⚙️ 22.08 has Landed!

KDE Gear ⚙️ is the collection of KDE apps, frameworks and libraries that
all release new versions at the same time. Version 22.08 brings updates
for KDE programs for working, developing your creativity and enjoying
your free time without having to submit yourself to extortionate
licenses, intrusive advertising, or surrender your privacy.

Discover the most important changes added in the last four months to
software designed to make your life better!

Full announcement:
	https://kde.org/announcements/gear/22.08.0/
2022-08-18 18:20:59 +02:00

31 lines
1010 B
Makefile

PORTNAME= pimcommon
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= net kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Common libriares for KDEPim
LICENSE= LGPL21
BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs
USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
USE_KDE= archive attica auth codecs completion config configwidgets \
coreaddons dbusaddons emoticons i18n init iconthemes itemmodels itemviews \
jobwidgets kcmutils kio newstuff service solid sonnet textwidgets \
wallet widgetsaddons windowsystem xmlgui \
ecm_build
# pim components
USE_KDE+= akonadi akonadicontacts akonadisearch contacts grantleetheme imap ldap \
libkdepim mime pimtextedit purpose
USE_QT= concurrent core dbus designer gui network printsupport script testlib \
uiplugin uitools webkit widgets xml \
buildtools_build qmake_build
USE_LDCONFIG= yes
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>