summaryrefslogtreecommitdiff
path: root/net/fping/Makefile
diff options
context:
space:
mode:
authorabs <abs>2000-05-19 10:20:35 +0000
committerabs <abs>2000-05-19 10:20:35 +0000
commit6ac6c6c4fa630209e9b9c13c2feea08f4c0fe1f3 (patch)
treec78b9279116660ba548d1794066458a2118747da /net/fping/Makefile
parent73958f73332f82107226fdc05af5e071c03d4ab7 (diff)
downloadpkgsrc-6ac6c6c4fa630209e9b9c13c2feea08f4c0fe1f3.tar.gz
fping 1.20 - Quickly ping many hosts w/o flooding the network
Diffstat (limited to 'net/fping/Makefile')
-rw-r--r--net/fping/Makefile22
1 files changed, 22 insertions, 0 deletions
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"