1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/benchmarks/autobench/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

32 lines
759 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= autobench
PORTVERSION= 2.1.2
PORTREVISION= 9
CATEGORIES= benchmarks www
MASTER_SITES= http://www.xenoclast.org/autobench/downloads/ \
http://www.sfr-fresh.com/unix/privat/
MAINTAINER= ports@FreeBSD.org
COMMENT= Automating the process of benchmarking a web server
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}
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>