63ff0b60db
The kde@ team presents KDE SC 4.14.3, the last planed release of the KDE SC 4 series. In addition to the updates provided by the KDE SC developers, this update also addresses numerous FreeBSD and PORTS specific issues, found and solved by the kde@ team and area51 testers, most notorously Tobias C. Berner <tcberner@gmail.com> PR: 197751 PR: 197871 PR: 184996 Reviewed by: rakuco (mentor) Differential: https://reviews.freebsd.org/D1950
40 lines
1.2 KiB
Makefile
40 lines
1.2 KiB
Makefile
# Created by: miwi
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kdepim-runtime
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= deskutils kde
|
|
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE PIM tools and services
|
|
|
|
LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \
|
|
libkgapi2.so:${PORTSDIR}/devel/libkgapi \
|
|
libkolab.so:${PORTSDIR}/devel/libkolab \
|
|
libkolabxml.so:${PORTSDIR}/textproc/libkolabxml \
|
|
libkfbapi.so:${PORTSDIR}/net/libkfbapi \
|
|
libqjson.so:${PORTSDIR}/devel/qjson
|
|
|
|
CONFLICTS_INSTALL= kdepim-runtime44-4.*
|
|
|
|
USE_GNOME= libxml2 libxslt:build
|
|
USE_KDE4= kdelibs kdeprefix pimlibs \
|
|
akonadi automoc4
|
|
USES= cmake:outsource shared-mime-info tar:xz
|
|
USE_QT4= corelib dbus declarative designer_build gui network qtestlib \
|
|
script xml xmlpatterns \
|
|
qmake_build moc_build rcc_build uic_build
|
|
USE_LDCONFIG= yes
|
|
MAKE_ENV= XDG_CONFIG_HOME=/dev/null
|
|
CMAKE_ARGS= -DKDEPIM_MOBILE_UI:BOOL=OFF
|
|
|
|
post-patch:
|
|
# Prevent updating MIME during build.
|
|
${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d' \
|
|
${PATCH_WRKSRC}/CMakeLists.txt \
|
|
${PATCH_WRKSRC}/accountwizard/CMakeLists.txt \
|
|
${PATCH_WRKSRC}/resources/facebook/serializer/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|