1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/benchmarks/iozone21/Makefile
Andrey A. Chernov 54f7c443fd Upgrade.
1994-12-28 05:46:33 +00:00

12 lines
305 B
Makefile

DISTFILES= iozone-2.01.shar.gz
DISTNAME= iozone
MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/
EXTRACT_CMD= cd ${WRKDIR}; (gzcat | /usr/local/bin/gunshar)
EXTRACT_ARGS= <
NO_WRKSUBDIR= YES
DEPENDS= ${PORTSDIR}/utils/gshar+gunshar
pre-extract: depends
.include <bsd.port.mk>