aboutsummaryrefslogtreecommitdiff
path: root/sysutils/hammerhead/Makefile
blob: 027e2e61a79b6c5ab891e66cfce5e7ac858f9c55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: John von Essen
# $FreeBSD$

PORTNAME=	hammerhead
PORTVERSION=	2.1.4
CATEGORIES=	sysutils
MASTER_SITES=	SF

MAINTAINER=	jadawin@FreeBSD.org
COMMENT=	A webserver stressing tool

GNU_CONFIGURE=	yes
USE_GMAKE=	yes

NO_STAGE=	yes
post-patch:
	@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \
		${WRKSRC}/src/Makefile

MAN1=	hammerhead.1

.include <bsd.port.mk>