Tweak print/lyx version 2.1.2
[dports.git] / benchmarks / siege / Makefile
1 # Created by: Mark Pulford <mark@kyne.com.au>
2 # $FreeBSD$
3
4 PORTNAME=       siege
5 PORTVERSION=    3.0.8
6 CATEGORIES=     benchmarks www
7 MASTER_SITES=   http://www.joedog.org/pub/siege/ \
8                 http://fossies.org/linux/www/
9
10 MAINTAINER=     5u623l20@gmail.com
11 COMMENT=        HTTP regression testing and benchmarking utility
12
13 LICENSE=        GPLv2
14
15 USES=           perl5
16 USE_OPENSSL=    yes
17 USE_AUTOTOOLS=  libtoolize aclocal autoheader automake autoconf
18 AUTOMAKE_ARGS=  --add-missing --copy
19 CONFIGURE_ENV=  PERL="${PERL}"
20 CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --disable-shared \
21                 --sysconfdir=${ETCDIR}
22
23 post-patch:
24         @${REINPLACE_CMD} -e \
25                 's|^\(AC_PROG_SHELL\)|dnl \1|' ${WRKSRC}/configure.ac
26
27 pre-configure:
28         @${RM} -f ${WRKSRC}/acinclude.m4
29         @${RM} -f ${WRKSRC}/utils/missing
30
31 .include <bsd.port.mk>