aboutsummaryrefslogtreecommitdiffstats
path: root/net/fping/Makefile
blob: 5dc7affac33beca0629dcc10274a7eda1dd6698e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: David O'Brien (obrien@NUXI.com)
# $FreeBSD$

PORTNAME=   fping
PORTVERSION=    3.16
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>