5b8ad956c0
backward-compatible. 2.0 was a substential rewrite. Main changes: support some traditional ping features: loop mode, specify size of data packets, specify how many pings to send, interpret ICMPs other than ICMP Echo response. make timings in tenths of milliseconds do exponential backoff on retries port to more systems do better checking on whether received ICMP is for us added -g option for generating IPs from a start to an end value
18 lines
467 B
Makefile
18 lines
467 B
Makefile
# $NetBSD: Makefile,v 1.7 2003/03/24 16:42:56 bouyer Exp $
|
|
# FreeBSD Id: ports/net/fping/Makefile,v 1.10 2000/04/20 20:18:57 mharo Exp
|
|
|
|
DISTNAME= fping-2.4b2_to
|
|
PKGNAME= fping-2.4b2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.fping.com/download/
|
|
|
|
MAINTAINER= abs@netbsd.org
|
|
HOMEPAGE= http://www.fping.com/
|
|
COMMENT= Quickly ping many hosts w/o flooding the network
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
post-install:
|
|
${CHMOD} 4555 ${LOCALBASE}/sbin/fping
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|