diff options
author | asami <asami@FreeBSD.org> | 1995-04-15 11:46:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-15 11:46:07 +0800 |
commit | e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8 (patch) | |
tree | 01211d010da03727d5a1b1d741b0f66d96e8c322 /benchmarks/iozone | |
parent | b9ddeab1ef96a0b678ab9fecf540334d4c83fb20 (diff) | |
download | freebsd-ports-gnome-e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8.tar.gz freebsd-ports-gnome-e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8.tar.zst freebsd-ports-gnome-e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8.zip |
Another round of Makefile updates, in utils!
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r-- | benchmarks/iozone/Makefile | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 627d9feff227..7bf4acc64342 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/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 |