From 6ac6c6c4fa630209e9b9c13c2feea08f4c0fe1f3 Mon Sep 17 00:00:00 2001 From: abs Date: Fri, 19 May 2000 10:20:35 +0000 Subject: fping 1.20 - Quickly ping many hosts w/o flooding the network --- net/fping/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 net/fping/Makefile (limited to 'net/fping/Makefile') diff --git a/net/fping/Makefile b/net/fping/Makefile new file mode 100644 index 00000000000..ff495695091 --- /dev/null +++ b/net/fping/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/05/19 10:20:35 abs Exp $ +# FreeBSD Id: ports/net/fping/Makefile,v 1.10 2000/04/20 20:18:57 mharo Exp + +DISTNAME= part01 +PKGNAME= fping-1.20 +CATEGORIES= net +MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.unix/volume26/fping/ \ + ftp://ftp.digital.com/pub/usenet/comp.sources.unix/volume26/fping/ \ + ftp://ftp.wustl.edu/usenet/comp.sources.unix/volume26/fping/ \ + ftp://ftp.isnet.is/pub/Usenet/Usenet.src/comp.sources.unix/v26/fping/ +EXTRACT_SUFX= .Z + +MAINTAINER= abs@netbsd.org + +DIST_SUBDIR= fping +EXTRACT_CMD= zcat ${DOWNLOADED_DISTFILE} | ${SED} -e '1,/Archive-Name/d' | ${SH} +NO_WRKSUBDIR= yes + +post-install: + @strip ${PREFIX}/sbin/fping + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3