openbsd-ports/www/http_ping/Makefile
2005-07-23 21:33:31 +00:00

27 lines
535 B
Makefile

# $OpenBSD: Makefile,v 1.8 2005/07/23 21:33:31 aanriot Exp $
COMMENT= "HTTP latency performance testing client"
DISTNAME= http_ping_29jun2005
PKGNAME= http_ping-20050629
CATEGORIES= www benchmarks
HOMEPAGE= http://www.acme.com/software/http_ping/
MASTER_SITES= ${HOMEPAGE}
# 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
WRKDIST= ${WRKDIR}/http_ping
.include <bsd.port.mk>