01d8340f19
-- http_ping is like the regular ping command, except that it sends HTTP requests instead of ICMP echo requests.
27 lines
596 B
Makefile
27 lines
596 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/08/06 00:33:25 brad Exp $
|
|
|
|
COMMENT= "HTTP latency performance testing client"
|
|
|
|
DISTNAME= http_ping_09jul2001
|
|
PKGNAME= http_ping-20010709
|
|
CATEGORIES= www benchmarks
|
|
NEED_VERSION= 1.413
|
|
MASTER_SITES= http://www.acme.com/software/http_ping/
|
|
|
|
HOMEPAGE= http://www.acme.com/software/http_ping/
|
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
FAKE_FLAGS= PREFIX="${PREFIX}"
|
|
|
|
MAKE_FILE= ${FILESDIR}/Makefile.bsd
|
|
|
|
WRKDIST= ${WRKDIR}/http_ping
|
|
|
|
.include <bsd.port.mk>
|