aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/autobench/Makefile
blob: a59b260480d9c50963527e4fe8b98c87e6672cd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Created by: ijliao
# $FreeBSD$

PORTNAME=   autobench
PORTVERSION=    2.1.2
PORTREVISION=   6
CATEGORIES= benchmarks www
MASTER_SITES=   http://www.xenoclast.org/autobench/downloads/ \
        http://www.sfr-fresh.com/unix/privat/

MAINTAINER= sylvio@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

LICENSE=    GPLv2

USES=       gmake perl5
MAKE_ARGS=  CC="${CC}" CFLAGS="${CFLAGS}" DEBUG_FLAGS= \
        PREFIX=${PREFIX}

MAN1=   autobench.1 autobench_admin.1 autobenchd.1 bench2graph.1 \
    crfile.1 sesslog.1

post-patch:
.for file in autobench autobench_admin
    @${REINPLACE_CMD} -i '' -e 's|/etc/|${PREFIX}/etc/|' ${WRKSRC}/${file}
.endfor

.include <bsd.port.mk>