1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/benchmarks/iozone21/Makefile
2003-02-20 17:07:10 +00:00

27 lines
562 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= ports@FreeBSD.org
COMMENT= Performance Test of Sequential File I/O (older version)
LATEST_LINK= iozone21
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>