mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
e714368786
* Pin multimedia/kdelive at 17.12.3 until we import the mlt update from the dev-repo.
31 lines
882 B
Makefile
31 lines
882 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pimcommon
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
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:outsource compiler:c++11-lib gettext grantlee:5 kde:5 tar:xz
|
|
USE_KDE= archive attica auth codecs completion config configwidgets \
|
|
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
|
|
USE_QT5= 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
|
|
|
|
|
|
.include <bsd.port.mk>
|