967f5a9eaf
-------------------------- Explicit ChangeLog not found, but diff between source may say following changes. 2.17 ---- usage: arping [ -0aAbdDeFpPqrRuUv ] [ -w <us> ] -w Time to wait between pings, in microseconds. -W Same as -w, but in floating point seconds. 2.18 ---- usage: arping [ -0aAbdDeFpPqrRuUv ] [ -w <sec> ] -w sec Specify a timeout before ping exits regardless of how many packets have been sent or received. -W sec Time to wait between pings.
16 lines
447 B
Makefile
16 lines
447 B
Makefile
# $NetBSD: Makefile,v 1.27 2017/02/11 02:11:31 mef Exp $
|
|
|
|
DISTNAME= arping-2.18
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.habets.pp.se/synscan/files/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.habets.pp.se/synscan/programs.php?prog=arping
|
|
COMMENT= ARP-level ping utility
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../devel/libnet11/buildlink3.mk"
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|