aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/hammerhead/Makefile
blob: 57eba8081cd47b68ebd19f64c5c9f0cd978093c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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
USE_REINPLACE=  yes

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

MAN1=   hammerhead.1

.include <bsd.port.mk>