1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/benchmarks/iozone/Makefile

26 lines
670 B
Makefile
Raw Normal View History

# New ports collection makefile for: iozone
# Version required: 2.01
# Date created: 26 September 1994
# Whom: jmz
#
# $Id: Makefile,v 1.19 1998/12/01 23:58:23 billf Exp $
#
DISTNAME= iozone-2.01
CATEGORIES= benchmarks
MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/
EXTRACT_SUFX= .shar.gz
# This site does not allow root@<hostname> password
FETCH_CMD= FTP_PASSWORD=portsuser@FreeBSD.org /usr/bin/fetch
MAINTAINER= jmz@FreeBSD.org
EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh )
EXTRACT_BEFORE_ARGS= <
EXTRACT_AFTER_ARGS= # empty
1994-12-28 05:46:33 +00:00
NO_WRKSUBDIR= YES
MAN1= iozone.1
.include <bsd.port.mk>