|
Lines 1-15
Link Here
|
| 1 |
# ex:ts=8 |
1 |
# Created by: David O'Brien (obrien@NUXI.com) |
| 2 |
# Ports collection makefile for: fping |
|
|
| 3 |
# Date created: Tue Mar 25, 1997 |
| 4 |
# Whom: David O'Brien (obrien@NUXI.com) |
| 5 |
# |
| 6 |
# $FreeBSD: ports/net/fping/Makefile,v 1.27 2012/11/17 06:00:00 svnexp Exp $ |
2 |
# $FreeBSD: ports/net/fping/Makefile,v 1.27 2012/11/17 06:00:00 svnexp Exp $ |
| 7 |
# |
|
|
| 8 |
|
3 |
|
| 9 |
PORTNAME= fping |
4 |
PORTNAME= fping |
| 10 |
PORTVERSION= 3.4 |
5 |
PORTVERSION= 3.4 |
|
|
6 |
PORTREVISION= 1 |
| 11 |
CATEGORIES= net ipv6 |
7 |
CATEGORIES= net ipv6 |
| 12 |
MASTER_SITES= http://fping.org/dist/ |
8 |
MASTER_SITES= http://fping.org/dist/ |
|
|
9 |
|
| 10 |
PATCH_SITES= http://raw.github.com/tohojo/netperf-wrapper/master/misc/ |
| 11 |
PATCH_DIST_STRIP= -p1 |
| 13 |
|
12 |
|
| 14 |
MAINTAINER= jharris@widomaker.com |
13 |
MAINTAINER= jharris@widomaker.com |
| 15 |
COMMENT= Quickly ping N hosts w/o flooding the network |
14 |
COMMENT= Quickly ping N hosts w/o flooding the network |
|
Lines 18-23
Link Here
|
| 18 |
OPTIONS_MULTI_NET= IPV4 IPV6 |
17 |
OPTIONS_MULTI_NET= IPV4 IPV6 |
| 19 |
OPTIONS_DEFAULT= IPV4 |
18 |
OPTIONS_DEFAULT= IPV4 |
| 20 |
|
19 |
|
|
|
20 |
OPTIONS_DEFINE= TIMESTAMPS |
| 21 |
TIMESTAMPS_DESC= Enable timestamps patch |
| 22 |
|
| 21 |
GNU_CONFIGURE= yes |
23 |
GNU_CONFIGURE= yes |
| 22 |
CONFIGURE_ARGS= --bindir="${PREFIX}/sbin" |
24 |
CONFIGURE_ARGS= --bindir="${PREFIX}/sbin" |
| 23 |
|
25 |
|
|
Lines 39-44
Link Here
|
| 39 |
CONFIGURE_ARGS+=--disable-ipv6 |
41 |
CONFIGURE_ARGS+=--disable-ipv6 |
| 40 |
.endif |
42 |
.endif |
| 41 |
|
43 |
|
|
|
44 |
.if ${PORT_OPTIONS:MTIMESTAMPS} |
| 45 |
PATCHFILES= fping_timestamps.patch |
| 46 |
.endif |
| 47 |
|
| 42 |
post-install: |
48 |
post-install: |
| 43 |
.if ${PORT_OPTIONS:MIPV4} |
49 |
.if ${PORT_OPTIONS:MIPV4} |
| 44 |
@${STRIP_CMD} ${PREFIX}/sbin/fping |
50 |
@${STRIP_CMD} ${PREFIX}/sbin/fping |