openbsd-ports/net/bing/Makefile
2014-09-01 10:23:51 +00:00

22 lines
401 B
Makefile

# $OpenBSD: Makefile,v 1.27 2014/09/01 10:23:51 jasper Exp $
COMMENT= point-to-point bandwidth measurement tool
DISTNAME= bing-1.0.5
REVISION= 3
CATEGORIES= net
MASTER_SITES= http://distfiles.nl/
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
NO_TEST= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bing
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bing
.include <bsd.port.mk>