1999-08-01 03:21:01 +00:00
|
|
|
# New ports collection makefile for: httperf
|
|
|
|
# Date created: 28 Jul 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
1999-08-31 02:43:35 +00:00
|
|
|
# $FreeBSD$
|
1999-08-01 03:21:01 +00:00
|
|
|
#
|
|
|
|
|
2000-04-10 00:07:29 +00:00
|
|
|
PORTNAME= httperf
|
2002-11-20 13:22:13 +00:00
|
|
|
PORTVERSION= 0.8
|
1999-08-01 03:21:01 +00:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/
|
|
|
|
|
2000-06-22 05:52:15 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:21:36 +00:00
|
|
|
COMMENT= A tool for measuring webserver performance
|
1999-08-01 03:21:01 +00:00
|
|
|
|
2002-11-20 13:22:13 +00:00
|
|
|
USE_OPENSSL= yes
|
2003-05-18 16:03:16 +00:00
|
|
|
USE_GETOPT_LONG= yes
|
2002-11-20 13:22:13 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1999-08-01 03:21:01 +00:00
|
|
|
|
2002-11-20 13:22:13 +00:00
|
|
|
MAN1= httperf.1
|
1999-08-01 03:21:01 +00:00
|
|
|
|
2002-11-21 03:16:54 +00:00
|
|
|
post-install:
|
2003-02-02 14:52:51 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
2002-11-20 13:22:13 +00:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in ChangeLog NEWS README TODO
|
2002-11-21 03:16:54 +00:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
|
2002-11-20 13:22:13 +00:00
|
|
|
.endfor
|
|
|
|
.endif
|
1999-08-01 03:21:01 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|