freebsd-ports/benchmarks/httperf/Makefile
Clement Laforet 272c82bb1d - Move httperf from www to benchmarks category
Noticed by: 	ben @ EFNet
Repocopied by:	marcus
2004-06-10 06:22:15 +00:00

31 lines
596 B
Makefile

# New ports collection makefile for: httperf
# Date created: 28 Jul 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= httperf
PORTVERSION= 0.8
CATEGORIES= benchmarks www
MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/
MAINTAINER= ports@FreeBSD.org
COMMENT= A tool for measuring webserver performance
USE_OPENSSL= yes
USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
MAN1= httperf.1
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ChangeLog NEWS README TODO
${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>