aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/iozone21/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/iozone21/Makefile')
-rw-r--r--benchmarks/iozone21/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile
index 5c48deb54ec9..6ff203949891 100644
--- a/benchmarks/iozone21/Makefile
+++ b/benchmarks/iozone21/Makefile
@@ -1,7 +1,11 @@
-DISTNAME= iozone-1.16
-MASTER_SITES= ftp://liasun3.epfl.ch/pub/util/
+DISTFILES= iozone-2.01.shar.gz
+DISTNAME= iozone
+MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/
+EXTRACT_CMD= cd ${WRKDIR}; (gzcat | /usr/local/bin/gunshar)
+EXTRACT_ARGS= <
+NO_WRKSUBDIR= YES
+DEPENDS= ${PORTSDIR}/utils/gshar+gunshar
-MAKE_FLAGS= PREFIX=${PREFIX}
-MAKEFILE=
+pre-extract: depends
.include <bsd.port.mk>