aboutsummaryrefslogtreecommitdiffstats
path: root/www/httperf/Makefile
blob: b52250718488600ea4c4da590454caf760508ad2 (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
29
30
31
32
# New ports collection makefile for:    httperf
# Date created:     28 Jul 1999
# Whom:         Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#

PORTNAME=   httperf
PORTVERSION=    0.8
CATEGORIES= www
MASTER_SITES=   ftp://ftp.hpl.hp.com/pub/httperf/

MAINTAINER= ports@FreeBSD.org

LIB_DEPENDS=    gnugetopt:${PORTSDIR}/devel/libgnugetopt

USE_OPENSSL=    yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"

MAN1=       httperf.1

.if !defined(NOPORTDOCS)
post-install:
    @${MKDIR} ${DOCSDIR}
.for file in ChangeLog NEWS README TODO
    ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>