1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/benchmarks/iozone21/Makefile
Thomas Abthorpe 777bf0b92e - Pass maintainership to submitter
Submitted by:	chifeng via freebsd-ports@
2009-02-17 02:56:31 +00:00

30 lines
609 B
Makefile

# ex:ts=8
# Ports collection makefile for: iozone
# Date created: 26 September 1994
# Whom: jmz
#
# $FreeBSD$
#
PORTNAME= iozone
PORTVERSION= 2.01
CATEGORIES= benchmarks
MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/
EXTRACT_SUFX= .shar.gz
MAINTAINER= chifeng@gmail.com
COMMENT= Performance Test of Sequential File I/O (older version)
CONFLICTS= iozone-3.*
LATEST_LINK= iozone21
PLIST_FILES= bin/iozone
EXTRACT_CMD= ( ${GZCAT} | ${AWK} '{if (/^\#!/) x++} {if(x) print $$0'}| ${SH} )
EXTRACT_BEFORE_ARGS= <
EXTRACT_AFTER_ARGS= # empty
NO_WRKSUBDIR= YES
MAN1= iozone.1
.include <bsd.port.mk>