26 lines
509 B
Makefile
Raw Normal View History

2010-10-18 18:36:45 +00:00
# $OpenBSD: Makefile,v 1.24 2010/10/18 18:36:45 espie Exp $
COMMENT= point-to-point bandwidth measurement tool
1997-11-22 23:54:03 +00:00
DISTNAME= bing-1.0.5
REVISION= 2
1997-11-22 23:54:03 +00:00
CATEGORIES= net
MASTER_SITES= ftp://ftp.ens.fr/pub/unix/syst/
1997-11-22 23:54:03 +00:00
# BSD
2000-04-21 14:56:12 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-16 00:31:20 +00:00
WANTLIB= c
2000-02-12 06:29:49 +00:00
2010-10-18 18:36:45 +00:00
USE_GROFF = Yes
2002-10-28 01:38:44 +00:00
NO_REGRESS= Yes
1997-11-22 23:54:03 +00:00
post-install:
2000-04-21 14:56:12 +00:00
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bing
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bing
1997-11-22 23:54:03 +00:00
.include <bsd.port.mk>