summaryrefslogtreecommitdiff
path: root/net/bwping/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/bwping/Makefile')
-rw-r--r--net/bwping/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/bwping/Makefile b/net/bwping/Makefile
new file mode 100644
index 00000000000..e9f36bfb6f6
--- /dev/null
+++ b/net/bwping/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2013/01/13 04:29:50 ryoon Exp $
+#
+
+DISTNAME= bwping-1.7
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bwping/}
+
+MAINTAINER= ryoon@NetBSD.org
+HOMEPAGE= http://bwping.sourceforge.net/
+COMMENT= Tool to measure bandwidth and RTT between two hosts using ICMP
+LICENSE= 2-clause-bsd
+
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"