summaryrefslogtreecommitdiffstats
path: root/deskutils/kdepimlibs4/Makefile
blob: 196d7a912f776ff084940769f5705860b5cb3ed3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# 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_python:${PORTSDIR}/devel/boost-python \
        ical.43:${PORTSDIR}/devel/libical

USE_KDE4=   kdelibs 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

.if exists(${LOCALBASE}/lib/libgpgme-pth.so)
PLIST_SUB+= WITH_PTH=''
.else
PLIST_SUB+= WITH_PTH='@comment '
.endif

post-extract:
    ${MKDIR} ${WRKSRC}
    ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
        ${WRKSRC}/../cmake/modules/*.cmake

.include <bsd.port.mk>