2006-08-12 19:42:06 +02:00
|
|
|
# New ports collection makefile for: ndisc6
|
|
|
|
# Date created: 12 July 2006
|
|
|
|
# Whom: rdenis@simphalempin.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ndisc6
|
2011-09-13 19:05:25 +02:00
|
|
|
PORTVERSION= 1.0.2
|
2011-12-31 23:14:33 +01:00
|
|
|
PORTREVISION= 1
|
2006-08-12 19:42:06 +02:00
|
|
|
CATEGORIES= net ipv6
|
2011-09-13 19:05:25 +02:00
|
|
|
MASTER_SITES= http://www.remlab.net/files/ndisc6/ \
|
|
|
|
http://people.via.ecp.fr/~rem/www.remlab.net/files/ndisc6/
|
2006-08-12 19:42:06 +02:00
|
|
|
|
2011-04-09 22:25:30 +02:00
|
|
|
MAINTAINER= m.tsatsenko@gmail.com
|
2006-08-12 19:42:06 +02:00
|
|
|
COMMENT= IPv6 network diagnostic tools
|
|
|
|
|
2011-04-21 11:39:58 +02:00
|
|
|
LICENSE= GPLv2
|
2011-07-24 19:27:35 +02:00
|
|
|
|
2006-08-12 19:42:06 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2007-07-23 11:36:51 +02:00
|
|
|
CONFIGURE_ARGS= --disable-suid-install
|
2006-08-12 19:42:06 +02:00
|
|
|
|
2011-07-24 19:27:35 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 900000
|
|
|
|
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-rdnssd-rdnssd.h
|
|
|
|
.endif
|
|
|
|
|
2011-04-21 11:39:58 +02:00
|
|
|
.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
|
2006-08-12 19:59:57 +02:00
|
|
|
MLINKS= rltraceroute6.8 tcptraceroute6.8 \
|
2006-10-01 06:55:54 +02:00
|
|
|
rltraceroute6.8 tracert6.8 \
|
2011-04-24 22:18:08 +02:00
|
|
|
addr2name.1 name2addr.1 \
|
|
|
|
tcpspray.1 tcpspray6.1
|
2006-08-12 19:42:06 +02:00
|
|
|
|
2011-12-31 23:14:33 +01:00
|
|
|
USE_RC_SUBR= rdnssd
|
|
|
|
|
2006-08-12 19:42:06 +02:00
|
|
|
PORTDOCS= AUTHORS NEWS README
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in ${PORTDOCS}
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2011-07-24 19:27:35 +02:00
|
|
|
.include <bsd.port.post.mk>
|