# Created by: Andreas Kohn <andreas@syndrom23.de>
# $FreeBSD: tags/RELEASE_10_2_0/net/miredo/Makefile 360557 2014-07-04 07:38:44Z amdmi3 $

PORTNAME=		miredo
PORTVERSION=		1.2.6
PORTREVISION=		3
CATEGORIES=		net ipv6
MASTER_SITES=		http://www.remlab.net/files/miredo/archive/

MAINTAINER=		sumikawa@FreeBSD.org
COMMENT=		Opensource Teredo (IPv6 tunneling) implementation

LIB_DEPENDS=		libJudy.so:${PORTSDIR}/devel/judy

USES=			libtool tar:xz
GNU_CONFIGURE=		yes
CONFIGURE_ARGS=		--localstatedir=/var --enable-examplesdir=$(EXAMPLESDIR)
USE_LDCONFIG=		yes

OPTIONS_DEFINE=	POLICYTABLE NLS
POLICYTABLE_DESC=	Install policy table to support teredo

USE_RC_SUBR=		miredo-server miredo

LDFLAGS+=		-L${LOCALBASE}/lib

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MNLS}
USES+=		gettext iconv
CONFIGURE_ARGS+=	--enable-nls
PLIST_SUB=		NLS=""
.else
CONFIGURE_ARGS+=	--disable-nls
PLIST_SUB=		NLS="@comment "
.endif


post-install:
.if ${PORT_OPTIONS:MPOLICYTABLE}
			$(INSTALL_DATA) $(FILESDIR)/ip6addrctl.conf /etc
PLIST_SUB+=		POLICYTABLE=""
.else
PLIST_SUB+=		POLICYTABLE="@comment "
.endif

.include <bsd.port.mk>
