1f8475f22f
- rework KDE4_BUILDENV All ports: - remove needless post-extract target - make patches relative to ${PATCH_WRKSRC} - clean up - bump PORTREVISION when required databases/akonadi: - replace dependency on boost-python-libs with boost-libs (finally, boost-pyhton does not conflict with boost \o/) deskutils/kdepim*: - replace boost-python-libs with boost-libs - reduce dependencies - respect PREFIX - fix build with qt3 installed misc/kdeedu4: - add dependency on astro/xplanet (for KStars) misc/kdeutils4: - add dependency on devel/qca (for okteta) - make dependency on kdebase non-optional multimedia/kdemultimedia4: - add optional support for PulseAudio x11/kdebase4: - remove needless dependency on kdebase4-runtime x11/kdebase4-runtime, x11/kdebase4-workspace - remove extra CMAKE_ARGS to fix build for qt3/kde3 users x11/kdelibs4 - remove needless dependencies - remove extra CMAKE_ARGS to fix build for qt3/kde3 users
45 lines
1.1 KiB
Makefile
45 lines
1.1 KiB
Makefile
# New ports collection Makefile for: kdepimplibs
|
|
# Date created: 2008-01-20
|
|
# Whom: arved
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kdepimlibs
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils kde ipv6
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Libraries for KDE-PIM applications
|
|
|
|
LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \
|
|
sasl2:${PORTSDIR}/security/cyrus-sasl2 \
|
|
boost_thread:${PORTSDIR}/devel/boost-libs \
|
|
ical.43:${PORTSDIR}/devel/libical
|
|
|
|
USE_KDE4= kdelibs kdeexp akonadi kdeprefix kdehier automoc4
|
|
KDE4_BUILDENV= yes
|
|
USE_BZIP2= yes
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= corelib opengl dbus qt3support \
|
|
designer network svg qtestlib help \
|
|
qmake_build moc_build rcc_build uic_build
|
|
USE_OPENLDAP= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if exists(${LOCALBASE}/lib/libgpgme-pth.so)
|
|
PLIST_SUB+= WITH_PTH=''
|
|
.else
|
|
PLIST_SUB+= WITH_PTH='@comment '
|
|
.endif
|
|
|
|
post-extract:
|
|
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
|
|
${PATCH_WRKSRC}/cmake/modules/*.cmake
|
|
|
|
.include <bsd.port.post.mk>
|