# New ports collection makefile for:	http_load
# Date created:				9 May 2000
# Whom:					Ask Bjoern Hansen <ask@valueclick.com>
#
# $FreeBSD: ports/www/http_load/Makefile,v 1.7 2004/02/06 13:12:41 trevor Exp $
#

PORTNAME=	http_load
PORTVERSION=	20020104
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://www.acme.com/software/http_load/
DISTNAME=	${PORTNAME}-04jan2002

COMMENT=	Multiprocessing http performance test client

WRKSRC=		${WRKDIR}/http_load-04jan2002
MAKEFILE=	${FILESDIR}/Makefile.bsd

MAN1=		http_load.1
MANCOMPRESSED=	maybe
PLIST_FILES=	bin/http_load

.ifndef NO_OPENSSL
USE_OPENSSL=	yes
.else
PKGNAMESUFFIX=	-nossl
.endif

.include <bsd.port.mk>
