summaryrefslogblamecommitdiff
path: root/www/httperf/Makefile
blob: 3b1dcb09f4928e40442fe1943b04ec4c3b2b6ad3 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                               


                                                               
           

 
                       
                   


                                                 
                                 
                                                          
 
                   
                           
                   
 
                         
 
             
                        

                                       
                                                   

       

                      
# 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
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>