diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-23 13:15:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-23 13:15:38 +0000 |
commit | 8636a79b12dec67fc5b4958d7ad6b34e1d8fad81 (patch) | |
tree | b4f998256525c27dfae47010ea825f831a5fb0cf /sysutils/fio/Makefile | |
parent | 95808274650b1db66337e74806a89309e0d537e5 (diff) |
- Update to 1.44.2
- Add options for gnuplot
PR: ports/152046
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: maintainer timeout (luigi; 15 days)
Notes
Notes:
svn path=/head/; revision=265001
Diffstat (limited to 'sysutils/fio/Makefile')
-rw-r--r-- | sysutils/fio/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sysutils/fio/Makefile b/sysutils/fio/Makefile index 6dec8ce59f3b..e938679010e6 100644 --- a/sysutils/fio/Makefile +++ b/sysutils/fio/Makefile @@ -8,15 +8,20 @@ # PORTNAME= fio -PORTVERSION= 1.44.1 +PORTVERSION= 1.44.2 CATEGORIES= sysutils MASTER_SITES= http://brick.kernel.dk/snaps/ MAINTAINER= luigi@FreeBSD.org COMMENT= The program fio - flexible IO tester +USE_BZIP2= yes USE_GMAKE= yes MAKEFILE= Makefile.FreeBSD +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +OPTIONS= GNUPLOT "Support for plotting graphs" off MAN1= fio.1 fio_generate_plots.1 PLIST_FILES= bin/fio bin/fio_generate_plots @@ -29,6 +34,10 @@ do-install: .include <bsd.port.pre.mk> +.if defined(WITH_GNUPLOT) +RUN_DEPENDS+= ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot +.endif + .if ${OSVERSION} < 700000 .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64-6 |