openbsd-ports/benchmarks/iozone/Makefile

16 lines
369 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 1999/04/01 02:57:53 brad Exp $
1997-11-26 19:03:07 -05:00
1998-10-07 00:35:52 -04:00
DISTNAME= iozone-2.01
1997-11-26 19:03:07 -05:00
CATEGORIES= benchmarks
MAINTAINER= niklas@openbsd.org
1998-10-07 00:35:52 -04:00
MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/
EXTRACT_SUFX= .shar.gz
1997-11-26 19:03:07 -05:00
EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh )
EXTRACT_ARGS= <
1998-10-07 00:35:52 -04:00
1997-11-26 19:03:07 -05:00
NO_WRKSUBDIR= YES
.include <bsd.port.mk>