openbsd-ports/net/bing/Makefile

22 lines
411 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.26 2013/03/11 11:35:45 espie Exp $
COMMENT= point-to-point bandwidth measurement tool
1997-11-22 18:54:03 -05:00
DISTNAME= bing-1.0.5
2012-08-06 13:35:34 -04:00
REVISION= 3
1997-11-22 18:54:03 -05:00
CATEGORIES= net
MASTER_SITES= ftp://ftp.ens.fr/pub/unix/syst/
1997-11-22 18:54:03 -05:00
# BSD
2000-04-21 10:56:12 -04:00
PERMIT_PACKAGE_CDROM= Yes
2012-08-06 13:35:34 -04:00
WANTLIB= c
2000-02-12 01:29:49 -05:00
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
2002-10-27 20:38:44 -05:00
1997-11-22 18:54:03 -05:00
post-install:
2000-04-21 10:56:12 -04:00
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bing
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bing
1997-11-22 18:54:03 -05:00
.include <bsd.port.mk>