openbsd-ports/net/bing/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

25 lines
493 B
Makefile

# $OpenBSD: Makefile,v 1.23 2010/07/12 22:07:37 sthen Exp $
COMMENT= point-to-point bandwidth measurement tool
DISTNAME= bing-1.0.5
REVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.ens.fr/pub/unix/syst/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bing
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bing
.include <bsd.port.mk>