2006-10-09 05:42:24 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2006/10/09 09:42:24 espie Exp $
|
2001-05-06 00:59:54 -04:00
|
|
|
|
2003-03-01 04:22:50 -05:00
|
|
|
COMMENT= "point-to-point bandwidth measurement tool"
|
1997-11-22 18:54:03 -05:00
|
|
|
|
|
|
|
DISTNAME= bing-1.0.4
|
2006-10-09 05:42:24 -04:00
|
|
|
PKGNAME= ${DISTNAME}p2
|
1997-11-22 18:54:03 -05:00
|
|
|
CATEGORIES= net
|
1999-04-06 15:44:57 -04:00
|
|
|
MASTER_SITES= ftp://ftp.lip6.fr/pub/networking/
|
1997-11-22 18:54:03 -05:00
|
|
|
|
2001-03-21 16:09:04 -05:00
|
|
|
HOMEPAGE= http://www.fibrespeed.net/~mbabcock/mirrors/bing/bing.html
|
|
|
|
|
2000-04-21 10:56:12 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-15 19:31:20 -05:00
|
|
|
WANTLIB= c
|
2000-02-12 01:29:49 -05:00
|
|
|
|
2002-10-27 20:38:44 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
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
|
2001-03-21 16:09:04 -05:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bing
|
1997-11-22 18:54:03 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|