freebsd-ports/benchmarks/iozone21/Makefile
Bill Fumerola cdda09ffa2 Reroll the md5, the FTP site seems to have been updated as of 8/03/1999
While I'm here, strip the binary and make this port respect CFLAGS.
1999-08-08 00:08:21 +00:00

30 lines
622 B
Makefile

# New ports collection makefile for: iozone
# Version required: 2.01
# Date created: 26 September 1994
# Whom: jmz
#
# $Id: Makefile,v 1.21 1999/07/07 22:40:08 jmz Exp $
#
DISTNAME= iozone
PKGNAME= iozone-3.0
CATEGORIES= benchmarks
MASTER_SITES= http://www.iozone.org/src/
EXTRACT_SUFX= .tar
MAINTAINER= jmz@FreeBSD.org
WRKSRC= ${WRKDIR}/src
MAKEFILE= makefile
MAKE_ARGS= freebsd
ALL_TARGET=
MAN1= iozone.1
do-install:
${STRIP} ${WRKSRC}/iozone
${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/iozone.1 ${PREFIX}/man/man1
.include <bsd.port.mk>