aboutsummaryrefslogtreecommitdiff
path: root/net/fping/Makefile
blob: 423249fb3b862609f67ac986aee0608365808193 (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=	5.0
PORTREVISION=	1
CATEGORIES=	net
MASTER_SITES=	http://fping.org/dist/ \
		https://github.com/schweikert/${PORTNAME}/releases/download/v${PORTVERSION}/

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

USES=		autoreconf

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip

OPTIONS_DEFINE=	IPV6
OPTIONS_SUB=	yes
IPV6_CONFIGURE_OFF=--disable-ipv6

post-install-IPV6-on:
	${RLN} ${STAGEDIR}${PREFIX}/sbin/fping  ${STAGEDIR}${PREFIX}/sbin/fping6
	${RLN} ${STAGEDIR}${PREFIX}/man/man8/fping.8 ${STAGEDIR}${PREFIX}/man/man8/fping6.8

.include <bsd.port.mk>