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}
|
2008-08-09 18:52:28 +02:00
|
|
|
CATEGORIES= deskutils kde ipv6
|
2001-03-02 16:07:19 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
2012-05-25 04:15:20 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${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-02-03 21:10:37 +01:00
|
|
|
LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \
|
|
|
|
assuan:${PORTSDIR}/security/libassuan \
|
2012-12-10 16:10:02 +01:00
|
|
|
sasl2:${PORTSDIR}/security/cyrus-sasl2 \
|
2013-01-31 14:38:42 +01:00
|
|
|
boost_thread:${PORTSDIR}/devel/boost-libs \
|
2013-02-03 21:10:37 +01:00
|
|
|
grantlee_gui:${PORTSDIR}/devel/grantlee \
|
2013-01-28 23:25:05 +01:00
|
|
|
clucene-core:${PORTSDIR}/textproc/clucene
|
2012-05-25 04:15:20 +02:00
|
|
|
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
|
|
|
|
RUN_DEPENDS= ${KDE4_PREFIX}/bin/accountwizard:${PORTSDIR}/deskutils/kdepim4-runtime
|
2004-02-07 12:53:23 +01:00
|
|
|
|
2008-08-09 18:52:28 +02:00
|
|
|
LATEST_LINK= ${PORTNAME}4
|
2012-05-25 04:15:20 +02:00
|
|
|
CONFLICTS_INSTALL= kdepim-4.4.*
|
2003-01-28 19:36:58 +01:00
|
|
|
|
2013-03-27 12:55:25 +01:00
|
|
|
USE_XZ= yes
|
2012-05-25 04:15:20 +02:00
|
|
|
USE_GNOME= libxml2
|
|
|
|
USE_KDE4= kdehier kdelibs kdeprefix pimlibs \
|
2013-03-27 12:55:25 +01:00
|
|
|
akonadi automoc4 ontologies soprano strigi nepomuk-widgets
|
2013-04-27 10:50:46 +02:00
|
|
|
USES= cmake:outsource iconv
|
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
|
|
|
|
USE_GMAKE= yes
|
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
|
2009-08-04 23:14:07 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2001-03-02 16:07:19 +01:00
|
|
|
|
2010-05-11 16:21:05 +02:00
|
|
|
MAN1= kabcclient.1
|
2004-02-05 02:23:10 +01:00
|
|
|
|
2010-05-11 16:21:05 +02:00
|
|
|
.include <bsd.port.mk>
|