1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net/pimcommon/Makefile
Tobias C. Berner a17d48c4c0 Follow-up to r514669: bump consumers of moved ports
In r514669 the two ports were moved in the following way:
- net/kcontacts -> net/kf5-kcontacts
- net/kcalcore -> net/kf5-kcalendarcore

Force rebuild of their consumers.
2019-10-17 18:13:30 +00:00

34 lines
945 B
Makefile

# $FreeBSD$
PORTNAME= pimcommon
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 1
CATEGORIES= net kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Common libriares for KDEPim
LICENSE= LGPL21
LIB_DEPENDS= libboost_system.so: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 ecm emoticons i18n init iconthemes itemmodels \
jobwidgets kdelibs4support kio newstuff service sonnet textwidgets \
wallet widgetsaddons xmlgui
# pim components
USE_KDE+= akonadi akonadicontacts contacts imap 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>