freebsd-ports/sysutils/fio/Makefile
Luigi Rizzo ddd028e250 Fio is an I/O testing tool that will spawn a number of threads or
processes doing a particular type of I/O action as specified by
the user. Fio can be driven by a 'job file' describing the I/O
load one wants to simulate.

WWW:    http://git.kernel.dk/
2009-02-14 19:32:30 +00:00

33 lines
719 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.24
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.mk>