a3b041fe62
I eliminated DISTFILES and PKGNAME by just using EXTRACT_SUFX. On a funnier note, the MASTER_SITE didn't like us sending our e-mail address as "president@whitehouse.gov" to get around it's "no-root" login policy. So I had to change this to "portsuser@FreeBSD.org". 530- SIR, how'bout using a NSA machine instead? 530 Goodbye.
24 lines
637 B
Makefile
24 lines
637 B
Makefile
# New ports collection makefile for: iozone
|
|
# Version required: 2.01
|
|
# Date created: 26 September 1994
|
|
# Whom: jmz
|
|
#
|
|
# $Id: Makefile,v 1.18 1996/11/18 13:57:01 asami 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_ARGS= <
|
|
NO_WRKSUBDIR= YES
|
|
MAN1= iozone.1
|
|
|
|
.include <bsd.port.mk>
|