2013-01-31 14:38:42 +01:00
|
|
|
# Created by: arved
|
2008-08-09 18:52:28 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= kdepimlibs
|
2017-03-26 14:12:53 +02:00
|
|
|
PORTVERSION= ${KDE4_KDEPIM_VERSION}
|
2017-05-03 19:09:38 +02:00
|
|
|
PORTREVISION= 11
|
2014-02-18 15:23:03 +01:00
|
|
|
CATEGORIES= deskutils kde
|
2016-06-22 20:57:33 +02:00
|
|
|
MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src
|
2013-03-27 12:55:25 +01:00
|
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
2008-08-09 18:52:28 +02:00
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2014-10-19 17:57:27 +02:00
|
|
|
COMMENT= KDE PIM Libraries
|
2008-08-09 18:52:28 +02:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= xsltproc:textproc/libxslt
|
|
|
|
LIB_DEPENDS= libgpgme.so:security/gpgme \
|
|
|
|
libsasl2.so:security/cyrus-sasl2 \
|
|
|
|
libboost_thread.so:devel/boost-libs \
|
|
|
|
libical.so:devel/libical \
|
|
|
|
libuuid.so:misc/e2fsprogs-libuuid \
|
|
|
|
libprison.so:graphics/prison \
|
|
|
|
libqjson.so:devel/qjson
|
2011-10-17 02:03:42 +02:00
|
|
|
|
2016-08-24 10:20:31 +02:00
|
|
|
USES= cmake:outsource kde:4 shared-mime-info shebangfix tar:xz
|
|
|
|
USE_KDE= kdelibs akonadi \
|
2014-10-19 17:57:27 +02:00
|
|
|
automoc4 ontologies soprano
|
2015-07-07 20:06:57 +02:00
|
|
|
SHEBANG_FILES= mailtransport/kconf_update/migrate-transports.pl
|
2011-10-17 02:03:42 +02:00
|
|
|
USE_OPENLDAP= yes
|
2013-03-27 12:55:25 +01:00
|
|
|
USE_QT4= corelib dbus declarative designer_build gui network sql xml \
|
2009-01-14 00:16:38 +01:00
|
|
|
qmake_build moc_build rcc_build uic_build
|
2013-03-22 15:18:02 +01:00
|
|
|
USE_LDCONFIG= yes
|
2008-08-09 18:52:28 +02:00
|
|
|
|
2010-05-22 18:20:31 +02:00
|
|
|
post-patch:
|
The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.
New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.
New ports for KDE 4.2.0:
arabic/kde4-l10n Arabic
hebrew/kde4-l10n Hebrew
misc/kde4-l10n-bn_IN Bengali (India)
misc/kde4-l10n-eu Basque
misc/kde4-l10n-gu Gujarati
misc/kde4-l10n-is Icelandic
misc/kde4-l10n-kn Kannada
misc/kde4-l10n-mai Maithili
misc/kde4-l10n-mr Marathi
misc/kde4-l10n-ro Romanian
misc/kde4-l10n-tg Tajik
math/eigen2 Lightweight library for vector and matrix math
graphics/kipi-plugins-kde4 KDE4 kipi graphics plugins
sysutils/policykit-kde PolicyKit manager for KDE
Unfortunately FreeBSD 6.4 support is dropped.
We'd like to say thanks for feedback and help to:
Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer,
David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe,
Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
2009-02-08 21:23:45 +01:00
|
|
|
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
|
2009-08-10 13:47:36 +02:00
|
|
|
${PATCH_WRKSRC}/cmake/modules/*.cmake
|
2016-08-24 10:20:31 +02:00
|
|
|
${REINPLACE_CMD} -e 's|%%KDE_PREFIX%%|${KDE_PREFIX}|g' \
|
2010-05-22 18:20:31 +02:00
|
|
|
${PATCH_WRKSRC}/cmake/modules/FindQGpgme.cmake
|
2013-03-27 12:55:25 +01:00
|
|
|
# Prevent updating MIME during build.
|
2011-10-17 02:03:42 +02:00
|
|
|
${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d' \
|
|
|
|
${PATCH_WRKSRC}/CMakeLists.txt
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|