freebsd-ports/net/bing/Makefile
David E. O'Brien b67353cede Bing is a point-to-point bandwidth measurement tool (hence the 'b'),
based on ping.

Closes PR:	ports/2576
Submitted by:	jseger@scds.com
1997-02-16 01:19:20 +00:00

24 lines
434 B
Makefile

# New ports collection makefile for: bing
# Version required: 1.0.4
# Date created: 28 December 1996
# Whom: jseger@scds.com
#
# $Id$
#
DISTNAME= bing-1.0.4
CATEGORIES= net
MASTER_SITES= ftp://ftp.ibp.fr/pub/networking/
MAINTAINER= jseger@scds.com
MAN8= bing.8
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/bing
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/bing
.endif
.include <bsd.port.mk>