opnsense-ports/benchmarks/siege/Makefile
Franco Fichtner 192db882b5 */*: sync with upstream
Taken from: HardenedBSD
2017-09-19 07:53:31 +02:00

25 lines
582 B
Makefile

# Created by: Mark Pulford <mark@kyne.com.au>
# $FreeBSD$
PORTNAME= siege
PORTVERSION= 4.0.4
CATEGORIES= benchmarks www
MASTER_SITES= http://download.joedog.org/siege/ \
http://fossies.org/linux/www/
MAINTAINER= bofh@FreeBSD.org
COMMENT= HTTP regression testing and benchmarking utility
LICENSE= GPLv2
USES= autoreconf libtool perl5 ssl
GNU_CONFIGURE= yes
CONFIGURE_ENV= PERL="${PERL}"
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --disable-shared \
--sysconfdir=${ETCDIR}
pre-configure:
@${RM} ${WRKSRC}/acinclude.m4
@${RM} ${WRKSRC}/utils/missing
.include <bsd.port.mk>