2013-04-30 16:26:32 +00:00
|
|
|
# Created by: rdenis@simphalempin.com
|
2006-08-12 17:42:06 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ndisc6
|
2011-09-13 17:05:25 +00:00
|
|
|
PORTVERSION= 1.0.2
|
2011-12-31 22:14:33 +00:00
|
|
|
PORTREVISION= 1
|
2006-08-12 17:42:06 +00:00
|
|
|
CATEGORIES= net ipv6
|
2011-09-13 17:05:25 +00:00
|
|
|
MASTER_SITES= http://www.remlab.net/files/ndisc6/ \
|
|
|
|
http://people.via.ecp.fr/~rem/www.remlab.net/files/ndisc6/
|
2006-08-12 17:42:06 +00:00
|
|
|
|
2011-04-09 20:25:30 +00:00
|
|
|
MAINTAINER= m.tsatsenko@gmail.com
|
2006-08-12 17:42:06 +00:00
|
|
|
COMMENT= IPv6 network diagnostic tools
|
|
|
|
|
2011-04-21 09:39:58 +00:00
|
|
|
LICENSE= GPLv2
|
2011-07-24 17:27:35 +00:00
|
|
|
|
2006-08-12 17:42:06 +00:00
|
|
|
USE_BZIP2= yes
|
2013-10-22 20:57:18 +00:00
|
|
|
USE_GCC= any
|
2006-08-12 17:42:06 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2007-07-23 09:36:51 +00:00
|
|
|
CONFIGURE_ARGS= --disable-suid-install
|
2006-08-12 17:42:06 +00:00
|
|
|
|
2013-10-22 20:57:18 +00:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
|
|
|
2013-04-30 16:26:32 +00:00
|
|
|
.include <bsd.port.options.mk>
|
2011-07-24 17:27:35 +00:00
|
|
|
|
2012-04-21 09:52:32 +00:00
|
|
|
.if ${OSVERSION} >= 803000
|
2011-07-24 17:27:35 +00:00
|
|
|
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-rdnssd-rdnssd.h
|
|
|
|
.endif
|
|
|
|
|
2013-04-30 16:26:32 +00:00
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
|
|
|
USES+= gettext
|
2013-10-22 20:57:18 +00:00
|
|
|
LDFLAGS+= -lintl
|
|
|
|
PLIST_SUB+= NLS=""
|
2011-04-21 09:39:58 +00:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
2013-10-22 20:57:18 +00:00
|
|
|
PLIST_SUB+= NLS="@comment "
|
2011-04-21 09:39:58 +00:00
|
|
|
.endif
|
|
|
|
|
2011-12-31 22:14:33 +00:00
|
|
|
USE_RC_SUBR= rdnssd
|
|
|
|
|
2006-08-12 17:42:06 +00:00
|
|
|
PORTDOCS= AUTHORS NEWS README
|
|
|
|
|
|
|
|
post-install:
|
2013-10-22 20:57:18 +00:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2006-08-12 17:42:06 +00:00
|
|
|
.for file in ${PORTDOCS}
|
2013-10-22 20:57:18 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
|
2006-08-12 17:42:06 +00:00
|
|
|
.endfor
|
|
|
|
|
2013-04-30 16:26:32 +00:00
|
|
|
.include <bsd.port.mk>
|