1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/www/http_load/Makefile
Renato Botelho 7539732e2f - Update to 12mar2006 version
- Respect PREFIX
- Cleanup

PR:		ports/102819 (based-on)
Submitted by:	Hung-Je Lou <snese@csie.isu.edu.tw>
2006-09-25 10:54:49 +00:00

28 lines
544 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= 20060312
CATEGORIES= www
MASTER_SITES= http://www.acme.com/software/http_load/
DISTNAME= ${PORTNAME}-12mar2006
MAINTAINER= ports@FreeBSD.org
COMMENT= Multiprocessing http performance test client
MAKEFILE= ${FILESDIR}/Makefile.bsd
MAN1= http_load.1
MANCOMPRESSED= yes
PLIST_FILES= bin/http_load
.ifndef NO_OPENSSL
USE_OPENSSL= yes
.endif
.include <bsd.port.mk>