summaryrefslogtreecommitdiff
path: root/benchmarks/iozone21/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-01-09 22:49:54 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-01-09 22:49:54 +0000
commit0f3260c1ba0c10f53f3e04b5bdd0852a0771de8d (patch)
tree0dd81201e1572a4ff52127261da892eb82f9174f /benchmarks/iozone21/Makefile
parentUpdate to version 2.10 to unbreak (diff)
Revert back to version 2.1 The 3.x versions of iozone have completely
changed their testing methods, thus their output is useless in comparing with older statistics.
Notes
Notes: svn path=/head/; revision=24612
Diffstat (limited to '')
-rw-r--r--benchmarks/iozone21/Makefile27
1 files changed, 11 insertions, 16 deletions
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile
index f33616ec34bd..58c49f29fdd5 100644
--- a/benchmarks/iozone21/Makefile
+++ b/benchmarks/iozone21/Makefile
@@ -1,30 +1,25 @@
# New ports collection makefile for: iozone
-# Version required: 3.9
+# Version required: 2.01
# Date created: 26 September 1994
# Whom: jmz
#
# $FreeBSD$
#
-DISTNAME= iozone3_9
-PKGNAME= iozone-3.9
+DISTNAME= iozone-2.01
CATEGORIES= benchmarks
-MASTER_SITES= http://www.iozone.org/src/stable/
-EXTRACT_SUFX= .tar
+MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/
+EXTRACT_SUFX= .shar.gz
-MAINTAINER= jmz@FreeBSD.org
+# This site does not allow root@<hostname> password
+FETCH_CMD= FTP_PASSWORD=portsuser@FreeBSD.org /usr/bin/fetch
-WRKSRC= ${WRKDIR}/src
-
-MAKEFILE= makefile
-MAKE_ARGS= freebsd
-ALL_TARGET=
+MAINTAINER= obrien@FreeBSD.org
+EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh )
+EXTRACT_BEFORE_ARGS= <
+EXTRACT_AFTER_ARGS= # empty
+NO_WRKSUBDIR= YES
MAN1= iozone.1
-do-install:
- strip ${WRKSRC}/iozone
- ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/iozone.1 ${PREFIX}/man/man1
-
.include <bsd.port.mk>