summaryrefslogtreecommitdiff
path: root/net/fping6/Makefile
diff options
context:
space:
mode:
authorbouyer <bouyer>2003-03-24 15:21:36 +0000
committerbouyer <bouyer>2003-03-24 15:21:36 +0000
commit00a3849db0d8d17ac1b938ac90a25979d7058702 (patch)
tree2f432a76a86570eba7341c6dc990ed18a90790ea /net/fping6/Makefile
parentf649c6c0c23603778cb88ac1a616c4f38da48231 (diff)
downloadpkgsrc-00a3849db0d8d17ac1b938ac90a25979d7058702.tar.gz
Import of fping6 2.4b2, v6 version of the fping tool.
Diffstat (limited to 'net/fping6/Makefile')
-rw-r--r--net/fping6/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/fping6/Makefile b/net/fping6/Makefile
new file mode 100644
index 00000000000..11c48d46848
--- /dev/null
+++ b/net/fping6/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/03/24 15:21:36 bouyer Exp $
+
+DISTNAME= fping-2.4b2_to-ipv6
+PKGNAME= fping6-2.4b2
+CATEGORIES= net
+MASTER_SITES= http://www.fping.com/download/
+
+MAINTAINER= bouyer@netbsd.org
+HOMEPAGE= http://www.fping.com/
+COMMENT= Quickly ping many hosts w/o flooding the network
+
+GNU_CONFIGURE= YES
+
+post-patch:
+ @${MV} ${WRKSRC}/fping.8 ${WRKSRC}/fping6.8
+
+post-install:
+ ${CHMOD} 4555 ${LOCALBASE}/sbin/fping6
+
+.include "../../mk/bsd.pkg.mk"