summaryrefslogtreecommitdiff
path: root/net/bwping/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-01-13 04:29:50 +0000
committerryoon <ryoon@pkgsrc.org>2013-01-13 04:29:50 +0000
commit486fffeec0ebd2264c80773cb19c0b9ce99fd3db (patch)
tree6f86ff0fab2bbfd70b2c05f1e061273dfeba0cb8 /net/bwping/Makefile
parentc8c2530da85b9fd05d691321f3b67eab34a710e4 (diff)
downloadpkgsrc-486fffeec0ebd2264c80773cb19c0b9ce99fd3db.tar.gz
Import bwping-1.7 as net/bwping.
BWPing is a tool to measure bandwidth and response times between two hosts using Internet Control Message Protocol (ICMP) echo request/echo reply mechanism. It does not require any special software on the remote host. The only requirement is the ability to respond on ICMP echo request messages.
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"