mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
43 lines
1.2 KiB
Makefile
43 lines
1.2 KiB
Makefile
# Created by: miwi
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kdepim-runtime
|
|
PORTVERSION= ${KDE4_KDEPIM_VERSION}
|
|
PORTREVISION= 13
|
|
CATEGORIES= deskutils kde
|
|
MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
|
PKGNAMESUFFIX= -kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE PIM tools and services
|
|
|
|
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
|
|
libkgapi2.so:devel/libkgapi-kde4 \
|
|
libkolab.so:devel/libkolab \
|
|
libkolabxml.so:textproc/libkolabxml \
|
|
libkfbapi.so:net/libkfbapi \
|
|
libqjson.so:devel/qjson@qt4
|
|
|
|
CONFLICTS_INSTALL= kdepim-runtime44-4.*
|
|
|
|
USES= cmake:outsource kde:4 qt:4 shared-mime-info tar:xz
|
|
USE_GNOME= libxml2 libxslt:build
|
|
USE_KDE= kdelibs pimlibs \
|
|
akonadi automoc4
|
|
USE_QT= 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>
|