freebsd-ports/benchmarks/iozone21/Makefile
Kirill Ponomarev a40aa1591b - Add CONFLICTS, because of the same item in pkg-plist
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-11 14:47:27 +00:00

28 lines
585 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)
CONFLICTS= iozone-3.*
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>