summaryrefslogtreecommitdiff
path: root/net/bing/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-02-16 01:19:20 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-02-16 01:19:20 +0000
commitb67353cede15be4279b5e5d2714966f0a976652c (patch)
treeae316edb297200f0c98fde6527d4b147743d8303 /net/bing/Makefile
parentTurn on big5con. (diff)
Bing is a point-to-point bandwidth measurement tool (hence the 'b'),
based on ping. Closes PR: ports/2576 Submitted by: jseger@scds.com
Notes
Notes: svn path=/head/; revision=5629
Diffstat (limited to 'net/bing/Makefile')
-rw-r--r--net/bing/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/bing/Makefile b/net/bing/Makefile
new file mode 100644
index 000000000000..2afa24e9728e
--- /dev/null
+++ b/net/bing/Makefile
@@ -0,0 +1,23 @@
+# 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>