ports/benchmarks/siege/Makefile
Rene Ladan 4485bd8221 all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
2024-10-01 20:56:20 +02:00

33 lines
725 B
Makefile

PORTNAME= siege
PORTVERSION= 4.1.6
PORTREVISION= 1
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
WWW= https://www.joedog.org/JoeDog/Siege
LICENSE= GPLv2
USES= autoreconf libtool perl5 ssl
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --disable-shared \
--sysconfdir=${ETCDIR} \
--with-ssl=${OPENSSLBASE}
CONFIGURE_ENV= PERL="${PERL}"
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD
CFLAGS+= -Wno-error=int-conversion
.endif
pre-configure:
@${RM} ${WRKSRC}/acinclude.m4
@${RM} ${WRKSRC}/utils/missing
.include <bsd.port.mk>