openbsd-ports/www/http_load/Makefile
naddy dbfd750590 Cope with bsd.man.mk changes and install source man pages.
While here, also update some PLISTs, fix PREFIX use, etc.
ok landry@
2011-06-23 22:50:26 +00:00

24 lines
520 B
Makefile

# $OpenBSD: Makefile,v 1.22 2011/06/23 22:50:30 naddy Exp $
COMMENT= multiprocessing HTTP performance testing client
DISTNAME= http_load-12mar2006
PKGNAME= http_load-20060312
REVISION= 1
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>