1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/benchmarks/iozone21/Makefile
1995-11-22 11:37:02 +00:00

22 lines
532 B
Makefile

# New ports collection makefile for: iozone
# Version required: 2.01
# Date created: 26 September 1994
# Whom: jmz
#
# $Id: Makefile,v 1.14 1995/07/13 01:09:08 asami Exp $
#
DISTNAME= iozone
PKGNAME= iozone-2.01
CATEGORIES+= benchmarks
MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/
DISTFILES= iozone-2.01.shar.gz
MAINTAINER= jmz@FreeBSD.org
EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh )
EXTRACT_ARGS= <
NO_WRKSUBDIR= YES
.include <bsd.port.mk>