Edit

IABSD.fr/ports/net/fping/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-01-01 11:35:32
    Hash : a95f6170
    Message : update to fping-5.5

  • net/fping/Makefile
  • COMMENT=	quickly ping N hosts w/o flooding the network
    
    DISTNAME=	fping-5.5
    
    CATEGORIES=	net
    
    HOMEPAGE=	https://fping.org/
    
    MAINTAINER=	Stuart Henderson <stu.ports@spacehopper.org>
    
    # BSD
    PERMIT_PACKAGE=	Yes
    
    # uses pledge()
    WANTLIB += c
    DEBUG_PACKAGES=	${BUILD_PACKAGES}
    SITES=		https://fping.org/dist/
    
    CONFIGURE_STYLE= gnu
    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
    
    .include <bsd.port.mk>