aboutsummaryrefslogtreecommitdiff
path: root/net/ndisc6/Makefile
blob: 8da80397b89cd8123c0ecffe51c4fcb0de247ec1 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# New ports collection makefile for:	ndisc6
# Date created:		12 July 2006
# Whom:			rdenis@simphalempin.com
#
# $FreeBSD$
#

PORTNAME=	ndisc6
PORTVERSION=	1.0.2
PORTREVISION=	1
CATEGORIES=	net ipv6
MASTER_SITES=	http://www.remlab.net/files/ndisc6/ \
		http://people.via.ecp.fr/~rem/www.remlab.net/files/ndisc6/

MAINTAINER=	m.tsatsenko@gmail.com
COMMENT=	IPv6 network diagnostic tools

LICENSE=	GPLv2

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-suid-install

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 900000
EXTRA_PATCHES+=	${FILESDIR}/extra-patch-rdnssd-rdnssd.h
.endif

.if !defined(WITHOUT_NLS)
USE_GETTEXT=	yes
.else
CONFIGURE_ARGS+=--disable-nls
.endif

MAN1=		addr2name.1 dnssort.1 tcpspray.1
MAN8=		ndisc6.8 rdisc6.8 rdnssd.8 rltraceroute6.8
MLINKS=		rltraceroute6.8 tcptraceroute6.8 \
		rltraceroute6.8 tracert6.8 \
		addr2name.1 name2addr.1 \
		tcpspray.1 tcpspray6.1

USE_RC_SUBR=	rdnssd

PORTDOCS=	AUTHORS NEWS README

post-install:
.ifndef(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
	${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.post.mk>