openbsd-ports/www/http_load/Makefile

21 lines
442 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.23 2013/03/11 11:44:42 espie Exp $
COMMENT= multiprocessing HTTP performance testing client
DISTNAME= http_load-12mar2006
2010-11-11 07:35:09 -05:00
PKGNAME= http_load-20060312
REVISION= 1
CATEGORIES= www benchmarks
2005-07-23 17:33:31 -04:00
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://www.acme.com/software/http_load/
2003-10-18 15:44:41 -04:00
# BSD
PERMIT_PACKAGE_CDROM= Yes
2004-12-11 08:29:20 -05:00
WANTLIB= c crypto ssl
FAKE_FLAGS= PREFIX="${PREFIX}"
MAKE_FILE= ${FILESDIR}/Makefile.bsd
.include <bsd.port.mk>