diff options
Diffstat (limited to 'benchmarks/iozone21/Makefile')
-rw-r--r-- | benchmarks/iozone21/Makefile | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index 627d9fe..7bf4acc 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/Makefile @@ -1,12 +1,24 @@ -DISTFILES= iozone-2.01.shar.gz +# New ports collection makefile for: iozone +# Version required: 2.01 +# Date created: 26 September 1994 +# Whom: jmz +# +# $Id$ +# + DISTNAME= iozone -MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/ +PKGNAME= iozone-2.01 CATEGORIES+= utilities +MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/ +DISTFILES= iozone-2.01.shar.gz + +MAINTAINER= jmz@FreeBSD.org + +EXEC_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar + EXTRACT_CMD= ( gzcat | /usr/local/bin/gunshar ) EXTRACT_ARGS= < NO_WRKSUBDIR= YES -EXEC_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar -MAINTAINER= jmz@FreeBSD.org pre-extract: depends |