diff options
Diffstat (limited to 'benchmarks/bonnie/Makefile')
-rw-r--r-- | benchmarks/bonnie/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile index 2b6eb1a..9524711 100644 --- a/benchmarks/bonnie/Makefile +++ b/benchmarks/bonnie/Makefile @@ -6,19 +6,20 @@ # PORTNAME= bonnie -PORTVERSION= 1.0 +PORTVERSION= 2.0.6 CATEGORIES= benchmarks -MASTER_SITES= ftp://ftp.sunet.se/pub/benchmark/Bonnie/ -DISTNAME= Bonnie -EXTRACT_SUFX= .tar.Z +MASTER_SITES= http://www.acnc.com/benchmarks/ \ + http://www.textuality.com/bonnie/ +DISTNAME= bonnie MAINTAINER= se@FreeBSD.org +NO_WRKSUBDIR= yes +#CFLAGS+= -static +MAKE_ARGS+= -e CFLAGS="${CFLAGS}" +ALL_TARGET= bsd MAN1= bonnie.1 -CFLAGS+= -static -MAKE_ARGS+= CFLAGS="${CFLAGS}" - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Bonnie ${PREFIX}/bin/bonnie ${INSTALL_MAN} ${FILESDIR}/bonnie.1 ${PREFIX}/man/man1 |