ee6234880d
- Bump PORTREVISION in all consumers - mail/claws-mail-vcalendar now builds, remove IGNORE - Mark devel/libical-glib as BROKEN Release Highlights WARNING: Version 2 IS NOT Binary Compatible with Older Versions Version 2 is Source Compatible with Older Versions Lots of source code scrubbing [New] RSCALE support (requires libicu from http://www.icu-project.org) [New] CalDAV attachment support (draft-daboo-caldav-attachments) [New] Resurrect the Berkeley DB storage support [Bug] issue83: Incorrect recurrence generation for weekly pattern Handle RRULEs better Handle threading better PR: 218711 Submitted by: myself Approved by: maintainer timeout
41 lines
1.3 KiB
Makefile
41 lines
1.3 KiB
Makefile
# Created by: arved
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kdepimlibs
|
|
PORTVERSION= ${KDE4_KDEPIM_VERSION}
|
|
PORTREVISION= 11
|
|
CATEGORIES= deskutils kde
|
|
MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE PIM Libraries
|
|
|
|
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
|
|
|
|
USES= cmake:outsource kde:4 shared-mime-info shebangfix tar:xz
|
|
USE_KDE= kdelibs akonadi \
|
|
automoc4 ontologies soprano
|
|
SHEBANG_FILES= mailtransport/kconf_update/migrate-transports.pl
|
|
USE_OPENLDAP= yes
|
|
USE_QT4= corelib dbus declarative designer_build gui network sql xml \
|
|
qmake_build moc_build rcc_build uic_build
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
|
|
${PATCH_WRKSRC}/cmake/modules/*.cmake
|
|
${REINPLACE_CMD} -e 's|%%KDE_PREFIX%%|${KDE_PREFIX}|g' \
|
|
${PATCH_WRKSRC}/cmake/modules/FindQGpgme.cmake
|
|
# Prevent updating MIME during build.
|
|
${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d' \
|
|
${PATCH_WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|