freebsd-ports/benchmarks/siege/Makefile
Mark Pulford 22464c14b3 Update to 2.52 (scout is now found in www/scout)
MAINTAINER set to the submitter

PR:		37107
Submitted by:	Dominic Marks <dominic_marks@btinternet.com>
2002-06-03 11:36:04 +00:00

31 lines
902 B
Makefile

# New ports collection makefile for: siege
# Date created: Jun 2, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= siege
PORTVERSION= 2.52
CATEGORIES= benchmarks
MASTER_SITES= ftp://ftp.armstrong.com/pub/siege/ \
http://nerf-herder.net/siege/
MAINTAINER= dominic_marks@btinternet.com
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ssl=/usr --disable-shared
MAN1= siege.1 siege.config.1 layingsiege.1 urls_txt.1 bombardment.1 \
siege2csv.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/siege ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/utils/bombardment ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/utils/siege.config ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/utils/siege2csv.pl ${PREFIX}/bin/siege2csv
.for F in bombardment.1 layingsiege.1 siege.1 siege.config.1 \
siege2csv.1 urls_txt.1
${INSTALL_MAN} ${WRKSRC}/doc/${F} ${PREFIX}/man/man1
.endfor
.include <bsd.port.mk>