summaryrefslogtreecommitdiff
path: root/benchmarks/iozone
diff options
context:
space:
mode:
authorgarbled <garbled>1998-08-30 17:42:25 +0000
committergarbled <garbled>1998-08-30 17:42:25 +0000
commit79c2b5c2d645636a557892c6a0a60bcefc0a8f8a (patch)
treea31660168114d6fa4ff7f6441f4daa4679858926 /benchmarks/iozone
parent821adcaf345971a22f49f785db9a5f856819a2e7 (diff)
downloadpkgsrc-79c2b5c2d645636a557892c6a0a60bcefc0a8f8a.tar.gz
Oops.. forgot the Makefile..
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r--benchmarks/iozone/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
new file mode 100644
index 00000000000..dc90b203c44
--- /dev/null
+++ b/benchmarks/iozone/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 1998/08/30 17:42:25 garbled Exp $
+
+DISTNAME= iozone
+PKGNAME= iozone-1.14b
+CATEGORIES= benchmarks
+MASTER_SITES= ftp://ftp.bme.hu/pub/OS/Linux/tsx-11/sources/test_suites/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= root@garbled.net
+
+NO_WRKSUBDIR= yes
+
+do-build:
+ (cd work && cc -O2 -o iozone iozone.c)
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"