1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/benchmarks/iozone21/Makefile

24 lines
471 B
Makefile
Raw Normal View History

2000-02-13 03:25:05 +00:00
# ex:ts=8
# Ports collection makefile for: iozone
# Date created: 26 September 1994
# Whom: jmz
#
1999-08-25 04:58:03 +00:00
# $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
1999-07-07 22:40:17 +00:00
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>