baf00a5ed3
ok ajacoutot@
20 lines
433 B
Makefile
20 lines
433 B
Makefile
# $OpenBSD: Makefile,v 1.24 2014/12/10 10:47:34 benoit Exp $
|
|
|
|
COMMENT= multiprocessing HTTP performance testing client
|
|
|
|
DISTNAME = http_load-14aug2014
|
|
PKGNAME = http_load-20140814
|
|
CATEGORIES= www benchmarks
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
HOMEPAGE= http://www.acme.com/software/http_load/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
WANTLIB = c crypto ssl
|
|
|
|
FAKE_FLAGS= PREFIX="${PREFIX}"
|
|
MAKE_FILE= ${FILESDIR}/Makefile.bsd
|
|
|
|
.include <bsd.port.mk>
|