2020-08-06 14:39:37 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.50 2020/08/06 14:39:37 sthen Exp $
|
2001-03-29 10:14:27 +00:00
|
|
|
|
2015-10-21 10:12:13 +00:00
|
|
|
COMMENT= quickly ping N hosts w/o flooding the network
|
2000-03-24 11:02:35 +00:00
|
|
|
|
2020-08-06 14:39:37 +00:00
|
|
|
DISTNAME= fping-5.0
|
2018-08-02 09:07:47 +00:00
|
|
|
|
2015-10-21 10:12:13 +00:00
|
|
|
CATEGORIES= net
|
2009-07-15 08:25:31 +00:00
|
|
|
|
2018-08-01 15:15:04 +00:00
|
|
|
HOMEPAGE= https://fping.org/
|
2009-07-15 08:25:31 +00:00
|
|
|
|
2020-07-11 22:54:35 +00:00
|
|
|
MAINTAINER= Stuart Henderson <stu.ports@spacehopper.org>
|
2000-03-24 11:02:35 +00:00
|
|
|
|
2003-12-04 05:47:48 +00:00
|
|
|
# BSD
|
2019-06-03 16:06:50 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2015-09-17 12:03:42 +00:00
|
|
|
|
2016-01-15 19:57:23 +00:00
|
|
|
# uses pledge()
|
2015-10-21 10:12:13 +00:00
|
|
|
WANTLIB += c
|
2015-09-17 12:03:42 +00:00
|
|
|
|
2018-08-01 15:15:04 +00:00
|
|
|
MASTER_SITES= https://fping.org/dist/
|
2015-09-17 12:03:42 +00:00
|
|
|
|
2015-10-21 10:12:13 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
SEPARATE_BUILD= Yes
|
2019-03-31 00:09:09 +00:00
|
|
|
CONFIGURE_ARGS= --bindir=${PREFIX}/sbin
|
|
|
|
|
|
|
|
# some dependent programs want fping/fping6 separation e.g. net/zabbix,
|
|
|
|
# net/smokeping, net/librenms; with this symlink fping6 is v6-only,
|
|
|
|
# fping is dual-stack, or fping -4/-6 can be used to force it.
|
|
|
|
# see https://github.com/schweikert/fping/pull/139
|
|
|
|
post-install:
|
|
|
|
ln -s fping ${PREFIX}/sbin/fping6
|
2000-03-24 11:02:35 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|