2013-01-28 23:25:05 +01:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2001-03-02 16:07:19 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= kdepim
|
2012-05-25 04:15:20 +02:00
|
|
|
PORTVERSION= ${KDE4_VERSION}
|
2014-02-18 15:23:03 +01:00
|
|
|
CATEGORIES= deskutils kde
|
|
|
|
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
2013-03-27 12:55:25 +01:00
|
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
2001-03-02 16:07:19 +01:00
|
|
|
|
2001-09-01 10:35:47 +02:00
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2008-08-09 18:52:28 +02:00
|
|
|
COMMENT= Libraries for KDE-PIM applications
|
2001-03-02 16:07:19 +01:00
|
|
|
|
2013-12-11 19:28:10 +01:00
|
|
|
LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \
|
|
|
|
libassuan.so:${PORTSDIR}/security/libassuan \
|
|
|
|
libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \
|
|
|
|
libboost_thread.so:${PORTSDIR}/devel/boost-libs \
|
|
|
|
libgrantlee_gui.so:${PORTSDIR}/devel/grantlee \
|
2014-02-18 15:23:03 +01:00
|
|
|
libclucene-core.so:${PORTSDIR}/textproc/clucene \
|
|
|
|
liblink-grammar.so:${PORTSDIR}/textproc/link-grammar
|
2014-03-04 20:15:39 +01:00
|
|
|
RUN_DEPENDS= ${KDE4_PREFIX}/bin/accountwizard:${PORTSDIR}/deskutils/kdepim4-runtime \
|
|
|
|
${LOCALBASE}/bin/gmd5sum:${PORTSDIR}/sysutils/coreutils
|
2004-02-07 12:53:23 +01:00
|
|
|
|
2013-09-17 14:50:49 +02:00
|
|
|
CONFLICTS_INSTALL= kdepim44-4.*
|
2003-01-28 19:36:58 +01:00
|
|
|
|
2014-02-18 15:23:03 +01:00
|
|
|
USE_GNOME= libxml2 libxslt:build
|
|
|
|
USE_KDE4= kdehier kdelibs kdeprefix pimlibs kactivities \
|
2013-03-27 12:55:25 +01:00
|
|
|
akonadi automoc4 ontologies soprano strigi nepomuk-widgets
|
2014-04-03 11:49:10 +02:00
|
|
|
USES= cmake:outsource gmake iconv tar:xz
|
2008-08-09 18:52:28 +02:00
|
|
|
USE_OPENLDAP= yes
|
2013-03-27 12:55:25 +01:00
|
|
|
USE_QT4= corelib dbus declarative designer_build gui network opengl \
|
|
|
|
script sql webkit \
|
2012-05-25 04:15:20 +02:00
|
|
|
qmake_build moc_build rcc_build uic_build
|
|
|
|
USE_XORG= x11 xscrnsaver
|
|
|
|
CMAKE_ARGS+= -DKDEPIM_BUILD_MOBILE:BOOL=FALSE
|
2013-06-07 13:42:10 +02:00
|
|
|
# Avoids Clang error:
|
|
|
|
# https://git.reviewboard.kde.org/r/108617
|
|
|
|
CXXFLAGS+= -Wno-error=return-type
|
2013-03-22 15:18:02 +01:00
|
|
|
USE_LDCONFIG= yes
|
2013-07-22 16:25:27 +02:00
|
|
|
MAKE_ENV= XDG_CONFIG_HOME=/dev/null
|
2001-03-02 16:07:19 +01:00
|
|
|
|
2014-02-18 15:23:03 +01:00
|
|
|
PLIST_SUB= GRANTLEE_VER=0.4
|
2004-02-05 02:23:10 +01:00
|
|
|
|
2010-05-11 16:21:05 +02:00
|
|
|
.include <bsd.port.mk>
|