1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/net/fping/Makefile
Jason E. Hale 344deb0666 - Update to 3.8 [1]
- Use correct LICENSE [1] (based on)
- Remove abbreviations from COMMENT [2]
- Add additional mirror to MASTER_SITES

PR:		ports/186928 [1], ports/181927 [2]
Submitted by:	G. Tpdd <gtodd@bellanet.org> [1],
		Kenta S. <kentas@hush.com> [2]
Approved by:	Jason Harris <jharris@widomaker.com> (maintainer)
2014-02-28 12:29:14 +00:00

32 lines
725 B
Makefile

# Created by: David O'Brien (obrien@NUXI.com)
# $FreeBSD$
PORTNAME= fping
PORTVERSION= 3.8
CATEGORIES= net ipv6
MASTER_SITES= http://fping.org/dist/ \
http://bitrote.org/distfiles/
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
OPTIONS_MULTI= NET
OPTIONS_MULTI_NET= IPV4 IPV6
OPTIONS_DEFAULT= IPV4
OPTIONS_SUB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --bindir="${PREFIX}/sbin"
INSTALL_TARGET= install-strip
IPV4_CONFIGURE_ENABLE= ipv4
IPV6_CONFIGURE_ENABLE= ipv6
.include <bsd.port.mk>