summaryrefslogtreecommitdiff
path: root/benchmarks/gtkperf
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-08-30 23:09:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-08-30 23:09:24 +0000
commitf811bf8ec54bdf5c145f71aa36f4abe1eec95678 (patch)
treeda7b3e5b0d7d95967eb096484d74d48d57ebcf02 /benchmarks/gtkperf
parentConvert audio from USE_GMAKE to USES=gmake (diff)
Convert benchmarks from USE_GMAKE to USES=gmake
While here: - Trim headers - convert some port to the new perl5 world
Notes
Notes: svn path=/head/; revision=325728
Diffstat (limited to 'benchmarks/gtkperf')
-rw-r--r--benchmarks/gtkperf/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/benchmarks/gtkperf/Makefile b/benchmarks/gtkperf/Makefile
index 5f79a44265c9..c2963022a069 100644
--- a/benchmarks/gtkperf/Makefile
+++ b/benchmarks/gtkperf/Makefile
@@ -1,20 +1,20 @@
# Created by: Andreas Kohn <andreas@syndrom23.de>
# $FreeBSD$
-PORTNAME= gtkperf
-PORTVERSION= 0.40
+PORTNAME= gtkperf
+PORTVERSION= 0.40
PORTREVISION= 9
-CATEGORIES= benchmarks
-MASTER_SITES= SF
-DISTNAME= ${PORTNAME}_${PORTVERSION}
+CATEGORIES= benchmarks
+MASTER_SITES= SF
+DISTNAME= ${PORTNAME}_${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Measure your system's GTK+ performance
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Measure your system's GTK+ performance
-WRKSRC= ${WRKDIR}/${PORTNAME}
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_GNOME= gtk20 gnomeprefix
+WRKSRC= ${WRKDIR}/${PORTNAME}
+USES= gmake
+GNU_CONFIGURE= yes
+USE_GNOME= gtk20 gnomeprefix
.include <bsd.port.options.mk>