freebsd-ports/misc/kdeutils4/Makefile
Max Brazhnikov e014235229 kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release in 4.1.x series.
You have only two weeks to play with it -- KDE 4.2.0 is coming ;)
Great thanks for those who helped us with testing 4.1.2 and 4.1.3 during long-long ports ice-age.

For lists of bugfixes and improvements please see:
http://www.kde.org/announcements/changelogs/changelog4_1_1to4_1_2.php
http://www.kde.org/announcements/changelogs/changelog4_1_2to4_1_3.php
http://www.kde.org/announcements/changelogs/changelog4_1_3to4_1_4.php

Approved by:	miwi (mentor)
2009-01-13 23:16:38 +00:00

35 lines
889 B
Makefile

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