1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/www/http_load/Makefile
Mike Silbersack 701c047431 Add a patch to the port which improves the -throttle option by
shrinking the receive socket buffer size to 2K.

The patch has been submitted to http_load's author for possible
inclusion in future versions of http_load.
2003-12-14 05:17:54 +00:00

30 lines
572 B
Makefile

# New ports collection makefile for: http_load
# Date created: 9 May 2000
# Whom: Ask Bjoern Hansen <ask@valueclick.com>
#
# $FreeBSD$
#
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
.ifndef NO_OPENSSL
USE_OPENSSL= yes
.else
PKGNAMESUFFIX= -nossl
.endif
.include <bsd.port.mk>