mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
28 lines
757 B
Makefile
28 lines
757 B
Makefile
PORTNAME= autobench
|
|
PORTVERSION= 2.1.2
|
|
PORTREVISION= 11
|
|
CATEGORIES= benchmarks www
|
|
MASTER_SITES= http://www.xenoclast.org/autobench/downloads/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Automating the process of benchmarking a web server
|
|
WWW= http://www.xenoclast.org/autobench/
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
RUN_DEPENDS= httperf:benchmarks/httperf \
|
|
gawk:lang/gawk \
|
|
gnuplot:math/gnuplot
|
|
|
|
USES= gmake perl5 shebangfix
|
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" DEBUG_FLAGS= \
|
|
PREFIX=${PREFIX} MANDIR=${PREFIX}/share/man/man1
|
|
SHEBANG_FILES= autobench_admin autobenchd autobench
|
|
|
|
post-patch:
|
|
.for file in autobench autobench_admin
|
|
@${REINPLACE_CMD} -i '' -e 's|/etc/|${PREFIX}/etc/|' ${WRKSRC}/${file}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|