1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/benchmarks/autobench/Makefile
Clement Laforet 3fbd2c1229 - Update to 2.1.2
- Fix RUN_DEPENDS to honor bench2graph deps.
2004-08-24 12:46:04 +00:00

34 lines
779 B
Makefile

# ex:ts=8
# Ports collection makefile for: autobench
# Date created: Oct 20, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= autobench
PORTVERSION= 2.1.2
CATEGORIES= benchmarks www
MASTER_SITES= http://www.xenoclast.org/autobench/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= Automating the process of benchmarking a web server
RUN_DEPENDS= httperf:${PORTSDIR}/benchmarks/httperf \
gawk:${PORTSDIR}/lang/gawk \
gnuplot:${PORTSDIR}/math/gnuplot
USE_PERL5= yes
USE_GMAKE= yes
MAN1= autobench.1 autobench_admin.1 autobenchd.1 bench2graph.1 \
crfile.1 sesslog.1
post-patch:
@${PERL} -pi -e "s|^PREFIX|#PREFIX|g" ${WRKSRC}/Makefile
.for file in autobench autobench_admin
@${PERL} -pi -e "s|/etc/|${PREFIX}/etc/|g" ${WRKSRC}/${file}
.endfor
.include <bsd.port.mk>