blob: 9bb8f4a4c86ae9dca8c9ef44b2852734ba60698b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
DISTFILES= iozone-2.01.shar.gz
DISTNAME= iozone
MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/
EXTRACT_CMD= ( gzcat | /usr/local/bin/gunshar )
EXTRACT_ARGS= <
NO_WRKSUBDIR= YES
EXEC_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar
pre-extract: depends
.include <bsd.port.mk>
|