summaryrefslogtreecommitdiff
path: root/benchmarks/iozone21/Makefile
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1999-07-07 22:40:17 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1999-07-07 22:40:17 +0000
commitf11f9ba023ccf2579ce229d39714f59926a735b8 (patch)
treee5134e13b30ad03f3cf7789f7d31bc573f5ed0bb /benchmarks/iozone21/Makefile
parentUpgrade to GNU Portable Threads (pth), version 1.0b3 (diff)
Upgrade to version 3.0
Notes
Notes: svn path=/head/; revision=20110
Diffstat (limited to 'benchmarks/iozone21/Makefile')
-rw-r--r--benchmarks/iozone21/Makefile26
1 files changed, 15 insertions, 11 deletions
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile
index a1b5b580d296..9d5c023e797c 100644
--- a/benchmarks/iozone21/Makefile
+++ b/benchmarks/iozone21/Makefile
@@ -3,23 +3,27 @@
# Date created: 26 September 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.19 1998/12/01 23:58:23 billf Exp $
+# $Id: Makefile,v 1.20 1999/02/03 11:11:39 asami Exp $
#
-DISTNAME= iozone-2.01
+DISTNAME= iozone
+PKGNAME= iozone-3.0
CATEGORIES= benchmarks
-MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/
-EXTRACT_SUFX= .shar.gz
-
-# This site does not allow root@<hostname> password
-FETCH_CMD= FTP_PASSWORD=portsuser@FreeBSD.org /usr/bin/fetch
+MASTER_SITES= http://www.iozone.org/src/
+EXTRACT_SUFX= .tar
MAINTAINER= jmz@FreeBSD.org
-EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh )
-EXTRACT_BEFORE_ARGS= <
-EXTRACT_AFTER_ARGS= # empty
-NO_WRKSUBDIR= YES
+WRKSRC= ${WRKDIR}/src
+
+MAKEFILE= makefile
+MAKE_ARGS= freebsd
+ALL_TARGET=
+
MAN1= iozone.1
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/iozone.1 ${PREFIX}/man/man1
+
.include <bsd.port.mk>