aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/kdetoys4/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-08-09 16:52:28 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-08-09 16:52:28 +0000
commit568f8e877fb50618d4813b943d712e3bc08fd147 (patch)
tree16eef3a555a802ca06d05606c7f2a75ccbc6a431 /x11-clocks/kdetoys4/Makefile
parentbdcf355d6dedb8678255a8053a2b423f9cc7cc6c (diff)
downloadports-568f8e877fb50618d4813b943d712e3bc08fd147.tar.gz
ports-568f8e877fb50618d4813b943d712e3bc08fd147.zip
Notes
Diffstat (limited to 'x11-clocks/kdetoys4/Makefile')
-rw-r--r--x11-clocks/kdetoys4/Makefile35
1 files changed, 15 insertions, 20 deletions
diff --git a/x11-clocks/kdetoys4/Makefile b/x11-clocks/kdetoys4/Makefile
index db10fad78723..de421bfb6cc1 100644
--- a/x11-clocks/kdetoys4/Makefile
+++ b/x11-clocks/kdetoys4/Makefile
@@ -1,33 +1,28 @@
-# -*-mode: makefile-*-
-# New ports collection makefile for: kdetoys3
-# Date created: 14 May 2000 02:45:53
-# Whom: Will Andrews <will@FreeBSD.org>
+# New ports collection Makefile for: kdetoys
+# Date created: 2008-01-31
+# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
-#
PORTNAME= kdetoys
-PORTVERSION= ${KDE_VERSION}
-PORTREVISION= 1
-CATEGORIES= x11-clocks kde misc
+PORTVERSION= ${KDE4_VERSION}
+CATEGORIES= x11-clocks kde
MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
+MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
-COMMENT= Small applications for KDE
+COMMENT= Collection of entertaining, educational programs for KDE
-USE_KDELIBS_VER=3
-PREFIX= ${KDE_PREFIX}
+LATEST_LINK= ${PORTNAME}4
USE_BZIP2= yes
-USE_AUTOTOOLS= libtool:15
-USE_GMAKE= yes
-
-USE_LDCONFIG= yes
-LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3
+USE_QT_VER= 4
+QT_COMPONENTS= opengl gui moc rcc uic
+USE_KDE4= kdelibs workspace kdeprefix kdehier automoc4
+KDE4_BUILDENV= yes
-.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
-.include <bsd.port.pre.mk>
+post-extract:
+ ${MKDIR} ${WRKSRC}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>