Files
ports/net/fping/Makefile
T
Daniel Engberg 9c73f27868 net/fping: Update to 5.5
Changelog: https://github.com/schweikert/fping/releases/tag/v5.5

PR:		292106
Approved by:	maintainer timeout, 2+ weeks
2026-01-17 19:32:00 +01:00

31 lines
818 B
Makefile

PORTNAME= fping
DISTVERSION= 5.5
CATEGORIES= net
MASTER_SITES= http://fping.org/dist/ \
https://github.com/schweikert/${PORTNAME}/releases/download/v${DISTVERSION}/
MAINTAINER= jharris@widomaker.com
COMMENT= Quickly ping multiple hosts without flooding the network
WWW= https://www.fping.org/
LICENSE= PreviousBSD
LICENSE_GROUPS= FSF
LICENSE_NAME= Previous BSD License
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= IPV6
OPTIONS_SUB= yes
IPV6_CONFIGURE_OFF= --disable-ipv6
post-install-IPV6-on:
${RLN} ${STAGEDIR}${PREFIX}/sbin/fping ${STAGEDIR}${PREFIX}/sbin/fping6
${RLN} ${STAGEDIR}${PREFIX}/share/man/man8/fping.8 ${STAGEDIR}${PREFIX}/share/man/man8/fping6.8
.include <bsd.port.mk>