mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
28 lines
527 B
Makefile
28 lines
527 B
Makefile
# New ports collection makefile for: hammerhead
|
|
# Date created: 14 November 2002
|
|
# Whom: John von Essen
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hammerhead
|
|
PORTVERSION= 2.1.3
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \
|
|
${WRKSRC}/src/Makefile
|
|
|
|
MAN1= hammerhead.1
|
|
|
|
.include <bsd.port.mk>
|