diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:09:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:09:24 +0000 |
commit | f811bf8ec54bdf5c145f71aa36f4abe1eec95678 (patch) | |
tree | da7b3e5b0d7d95967eb096484d74d48d57ebcf02 /benchmarks/gtkperf | |
parent | 5163781803124a083a6fdae72fd2235faf64ac0c (diff) | |
download | ports-f811bf8ec54bdf5c145f71aa36f4abe1eec95678.tar.gz ports-f811bf8ec54bdf5c145f71aa36f4abe1eec95678.zip |
Notes
Diffstat (limited to 'benchmarks/gtkperf')
-rw-r--r-- | benchmarks/gtkperf/Makefile | 22 |
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> |