freebsd-ports/sysutils/hammerhead/Makefile
Christian Weisgerber 650163ac99 Update to 2.1.3 which fixes building on 5.0.
PR:		48905
Submitted by:	John Von Essen <john@essenz.com>
2003-03-04 22:24:05 +00:00

27 lines
530 B
Makefile

# New ports collection makefile for: hammerhead
# Date created: 14 November 2002
# Whom: John von Essen
#
# $FreeBSD$
#
PORTNAME= hammerhead
PORTVERSION= 2.1.3
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= john@essenz.com
COMMENT= A webserver stressing tool
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \
${WRKSRC}/src/Makefile
MAN1= hammerhead.1
.include <bsd.port.mk>