1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/www/http_load/Makefile
Mark Linimon b9ddfa1b64 Re-add the MAINTAINER line. In theory, it should not be necessary, but
there appears to be a bug in bsd.*.mk at the moment.

Pointed out by:	Johan Pettersson <manlix at demonized to net>
2004-07-10 16:16:33 +00:00

32 lines
630 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
#MAINTAINER= ports@FreeBSD.org
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>