aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/iozone21/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/iozone21/Makefile')
-rw-r--r--benchmarks/iozone21/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile
deleted file mode 100644
index 8bad1fd58ff0..000000000000
--- a/benchmarks/iozone21/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Created by: jmz
-
-PORTNAME= iozone
-PORTVERSION= 2.01
-CATEGORIES= benchmarks
-MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/
-EXTRACT_SUFX= .shar.gz
-PKGNAMESUFFIX= 21
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Performance Test of Sequential File I/O (older version)
-
-CONFLICTS= iozone-3.*
-
-PLIST_FILES= bin/iozone \
- man/man1/iozone.1.gz
-
-EXTRACT_CMD= ( ${GZCAT} | ${AWK} '{if (/^\#!/) x++} {if(x) print $$0'}| ${SH} )
-EXTRACT_BEFORE_ARGS= <
-EXTRACT_AFTER_ARGS= # empty
-NO_WRKSUBDIR= YES
-
-.include <bsd.port.mk>