f93bda89fc
from Matthias Bauer <bauerm at pestilenz.org>
23 lines
510 B
Makefile
23 lines
510 B
Makefile
# $OpenBSD: Makefile,v 1.18 2007/12/04 19:15:10 sturm Exp $
|
|
|
|
COMMENT= multiprocessing HTTP performance testing client
|
|
|
|
DISTNAME= http_load-12mar2006
|
|
PKGNAME= http_load-20060312p0
|
|
CATEGORIES= www benchmarks
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
HOMEPAGE= http://www.acme.com/software/http_load/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c crypto ssl
|
|
|
|
FAKE_FLAGS= PREFIX="${PREFIX}"
|
|
MAKE_FILE= ${FILESDIR}/Makefile.bsd
|
|
|
|
.include <bsd.port.mk>
|