diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
commit | 616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch) | |
tree | eca5ff8ef89030731d682a14daebcc8cbd2245ac /comms/kremotecontrol/Makefile | |
parent | - Fix modes of the temp directory [1] (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes:
svn path=/head/; revision=224474
svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'comms/kremotecontrol/Makefile')
-rw-r--r-- | comms/kremotecontrol/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile deleted file mode 100644 index 62ce2227f6ce..000000000000 --- a/comms/kremotecontrol/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# 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 moc rcc uic porting xml - -post-extract: - ${MKDIR} ${WRKSRC} - -.include <bsd.port.mk> |