blob: 33cf6e12f4833631e61bff6692376afd082c0528 (
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
|
# New ports collection Makefile for: kdeutils
# Date created: 2008-01-31
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= kdeutils
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Utilities for the KDE4 integrated X11 Desktop
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \
zip.1:${PORTSDIR}/archivers/libzip \
qimageblitz.4:${PORTSDIR}/x11/qimageblitz
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
LATEST_LINK= ${PORTNAME}4
USE_BZIP2= yes
USE_QT_VER= 4
KDE4_BUILDENV= yes
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4
QT_COMPONENTS= network gui porting xml \
qmake_build moc_build rcc_build uic_build
MAN1= ark.1
post-extract:
${MKDIR} ${WRKSRC}
.include <bsd.port.mk>
|