openbsd-ports/www/http_ping/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

28 lines
544 B
Makefile

# $OpenBSD: Makefile,v 1.12 2011/06/23 22:50:30 naddy Exp $
COMMENT= HTTP latency performance testing client
DISTNAME= http_ping_29jun2005
PKGNAME= http_ping-20050629
REVISION= 0
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>