Lines 2-11
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= fping |
4 |
PORTNAME= fping |
5 |
PORTVERSION= 3.10 |
5 |
PORTVERSION= 3.13 |
6 |
CATEGORIES= net ipv6 |
6 |
CATEGORIES= net ipv6 |
7 |
MASTER_SITES= http://fping.org/dist/ \ |
|
|
8 |
http://bitrote.org/distfiles/ |
9 |
|
7 |
|
10 |
MAINTAINER= jharris@widomaker.com |
8 |
MAINTAINER= jharris@widomaker.com |
11 |
COMMENT= Quickly ping multiple hosts without flooding the network |
9 |
COMMENT= Quickly ping multiple hosts without flooding the network |
Lines 16-26
Link Here
|
16 |
LICENSE_FILE= ${WRKSRC}/COPYING |
14 |
LICENSE_FILE= ${WRKSRC}/COPYING |
17 |
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept |
15 |
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept |
18 |
|
16 |
|
|
|
17 |
USE_GITHUB= yes |
18 |
GH_ACCOUNT= schweikert |
19 |
|
19 |
OPTIONS_MULTI= NET |
20 |
OPTIONS_MULTI= NET |
20 |
OPTIONS_MULTI_NET= IPV4 IPV6 |
21 |
OPTIONS_MULTI_NET= IPV4 IPV6 |
21 |
OPTIONS_DEFAULT= IPV4 |
22 |
OPTIONS_DEFAULT= IPV4 |
22 |
OPTIONS_SUB= yes |
23 |
OPTIONS_SUB= yes |
23 |
|
24 |
|
|
|
25 |
USES= autoreconf gmake |
24 |
GNU_CONFIGURE= yes |
26 |
GNU_CONFIGURE= yes |
25 |
CONFIGURE_ARGS= --bindir="${PREFIX}/sbin" |
27 |
CONFIGURE_ARGS= --bindir="${PREFIX}/sbin" |
26 |
INSTALL_TARGET= install-strip |
28 |
INSTALL_TARGET= install-strip |