freebsd-ports/net/ndisc6/Makefile
m.tsatsenko@gmail.com fe8b831301 net/ndisc6: Update to 1.0.5
* Add WWW
* Release this port to the pool
* Pet portclippy
* Re-format Makefile with portfmt

Changes:	https://git.remlab.net/gitweb/?p=ndisc6.git;a=shortlog;h=refs/tags/v1.0.5
PR:		259387
2021-11-07 13:32:29 +09:00

41 lines
871 B
Makefile

# Created by: rdenis@simphalempin.com
PORTNAME= ndisc6
PORTVERSION= 1.0.5
CATEGORIES= net
MASTER_SITES= http://www.remlab.net/files/ndisc6/ \
http://people.via.ecp.fr/~rem/www.remlab.net/files/ndisc6/
MAINTAINER= ports@FreeBSD.org
COMMENT= IPv6 network diagnostic tools
LICENSE= GPLv2
USES= compiler:c11 perl5 tar:bzip2
USE_RC_SUBR= rdnssd
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-suid-install \
--localstatedir="${PREFIX}/var"
CONFIGURE_ENV= PERL=${LOCALBASE}/bin/perl
MAKE_ENV= CHOWNPROG=:
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
NLS_LDFLAGS= -lintl
PORTDOCS= AUTHORS NEWS README
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>