diff options
author | bouyer <bouyer@pkgsrc.org> | 2003-03-24 15:21:36 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2003-03-24 15:21:36 +0000 |
commit | d64eaae580f495772c84ae809278320f8640483e (patch) | |
tree | 2f432a76a86570eba7341c6dc990ed18a90790ea /net/fping6/Makefile | |
parent | 4d0f8fdddefc37c515996076393d686d5af95596 (diff) | |
download | pkgsrc-d64eaae580f495772c84ae809278320f8640483e.tar.gz |
Import of fping6 2.4b2, v6 version of the fping tool.
Diffstat (limited to 'net/fping6/Makefile')
-rw-r--r-- | net/fping6/Makefile | 20 |
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" |