freebsd-ports/benchmarks/iozone21/Makefile
Akinori MUSHA 24ba322cad Set LATEST_LINK to "iozone21" to avoid conflict with the package name
of benchmarks/iozone.

(Maintainer timeout; I think it's too trivial to bother him with.)
2002-01-19 19:12:54 +00:00

25 lines
494 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= obrien@FreeBSD.org
LATEST_LINK= iozone21
EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh )
EXTRACT_BEFORE_ARGS= <
EXTRACT_AFTER_ARGS= # empty
NO_WRKSUBDIR= YES
MAN1= iozone.1
.include <bsd.port.mk>