freebsd-ports/net/fping/Makefile
Jason E. Hale 47714e504c Update to 3.15
Changes:	https://raw.githubusercontent.com/schweikert/fping/master/ChangeLog
PR:		216022
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Approved by:	Jason Harris <jharris@widomaker.com> (maintainer)
2017-01-19 20:50:51 +00:00

34 lines
719 B
Makefile

# Created by: David O'Brien (obrien@NUXI.com)
# $FreeBSD$
PORTNAME= fping
PORTVERSION= 3.15
CATEGORIES= net ipv6
MAINTAINER= jharris@widomaker.com
COMMENT= Quickly ping multiple hosts without flooding the network
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
USE_GITHUB= yes
GH_ACCOUNT= schweikert
OPTIONS_MULTI= NET
OPTIONS_MULTI_NET= IPV4 IPV6
OPTIONS_DEFAULT= IPV4
OPTIONS_SUB= yes
USES= autoreconf gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --bindir="${PREFIX}/sbin"
INSTALL_TARGET= install-strip
IPV4_CONFIGURE_ENABLE= ipv4
IPV6_CONFIGURE_ENABLE= ipv6
.include <bsd.port.mk>