# Created by: Mark Pulford # $FreeBSD$ PORTNAME= siege PORTVERSION= 3.0.6 CATEGORIES= benchmarks www MASTER_SITES= http://www.joedog.org/pub/siege/ \ http://fossies.org/linux/www/ MAINTAINER= ports@FreeBSD.org COMMENT= HTTP regression testing and benchmarking utility LICENSE= GPLv2 USES= perl5 USE_OPENSSL= yes USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf LIBTOOLIZE_ARGS=--copy --force AUTOMAKE_ARGS= --add-missing --copy CONFIGURE_ENV= PERL="${PERL}" CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --disable-shared \ --sysconfdir=${ETCDIR} post-patch: @${REINPLACE_CMD} -e \ 's|^\(AC_PROG_SHELL\)|dnl \1|' ${WRKSRC}/configure.ac pre-configure: @${RM} -f ${WRKSRC}/acinclude.m4 @${RM} -f ${WRKSRC}/utils/missing .include