35 lines
825 B
Makefile
Raw Normal View History

2013-03-10 23:04:44 +00:00
# $OpenBSD: Makefile,v 1.7 2013/03/10 23:04:44 espie Exp $
COMMENT = multi-threaded HTTP benchmark and regression tester
2010-09-15 09:59:39 +00:00
DISTNAME = siege-2.70
REVISION = 1
CATEGORIES = benchmarks www
HOMEPAGE = http://www.joedog.org/index/siege-home
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c crypto pthread ssl
2010-09-15 09:59:39 +00:00
# main distribution site is broken for EPSV/EPRT as of 20100915
MASTER_SITES = http://spacehopper.org/mirrors/ \
ftp://ftp.joedog.org/pub/siege/
2012-04-28 10:51:44 +00:00
MAKE_FLAGS = localstatedir=${LOCALSTATEDIR}
USE_GROFF = Yes
2012-04-28 10:51:44 +00:00
LOCALSTATEDIR= ${BASELOCALSTATEDIR}/log/siege
SYSCONFDIR= ${BASESYSCONFDIR}/siege
CONFIGURE_STYLE = gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/siege
${INSTALL_DATA} ${WRKSRC}/doc/urls.txt ${WRKSRC}/doc/siegerc \
${PREFIX}/share/examples/siege
.include <bsd.port.mk>