freebsd-ports/sysutils/fio/Makefile
Martin Wilke 6f7534f75d - Update to 1.25
PR:		140328
Submitted by:	Sahil Tandon <sahil@tandon.net>
Approved by:	maintainer timeout
2010-02-13 18:39:27 +00:00

41 lines
857 B
Makefile

# New ports collection makefile for: fio
# Date created: Jan.15, 2009
# Whom: luigi@FreeBSD.org
#
# Maintainers: Luigi Rizzo <luigi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= fio
PORTVERSION= 1.25
CATEGORIES= sysutils
MASTER_SITES= http://brick.kernel.dk/snaps/
MAINTAINER= luigi@FreeBSD.org
COMMENT= The program fio - flexible IO tester
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
SCRIPTS_ENV= "SHELL=bash"
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
MAKEFILE= Makefile.FreeBSD
MAN1= fio.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fio ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/fio_generate_plots ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/fio.1 ${PREFIX}/man/man1/
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64-6
.endif
.endif
.include <bsd.port.post.mk>