blob: 7bf4acc64342a3418d4acc414e27369cdcb356d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: iozone
# Version required: 2.01
# Date created: 26 September 1994
# Whom: jmz
#
# $Id$
#
DISTNAME= iozone
PKGNAME= iozone-2.01
CATEGORIES+= utilities
MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/
DISTFILES= iozone-2.01.shar.gz
MAINTAINER= jmz@FreeBSD.org
EXEC_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar
EXTRACT_CMD= ( gzcat | /usr/local/bin/gunshar )
EXTRACT_ARGS= <
NO_WRKSUBDIR= YES
pre-extract: depends
.include <bsd.port.mk>
|