aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/kdepim4-runtime/Makefile
blob: e84beaa4530ec244c3fed1c880a774791415e2cf (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
# New ports collection Makefile for:    kdepimp4
# Date created:             2008-31-05
# Whom:                 miwi
#
# $FreeBSD$

PORTNAME=   kdepim-runtime
PORTVERSION=    ${KDEPIM4_VERSION}
CATEGORIES= deskutils kde ipv6
MASTER_SITES=   ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDEPIM4_BRANCH}/kdepim-${PORTVERSION}/src
DIST_SUBDIR=    KDE

MAINTAINER= kde@FreeBSD.org
COMMENT=    Libraries for KDE-PIM applications

LIB_DEPENDS=    boost_thread:${PORTSDIR}/devel/boost-libs

USE_KDE4=   pimlibs kdeprefix kdehier sharedmime automoc4
KDE4_BUILDENV=  yes
USE_BZIP2=  yes
USE_QT_VER= 4
QT_COMPONENTS=  qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes

post-patch:
    ${GREP} -H -r "#include <q" ${WRKSRC} | ${CUT} -d: -f1 | uniq | \
        ${XARGS} ${REINPLACE_CMD} -f ${FILESDIR}/qt3to4headers.txt

.include <bsd.port.mk>