freebsd-ports/net/miredo/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

36 lines
840 B
Makefile

# Created by: Andreas Kohn <andreas@syndrom23.de>
# $FreeBSD$
PORTNAME= miredo
PORTVERSION= 1.2.6
PORTREVISION= 5
CATEGORIES= net ipv6
MASTER_SITES= http://www.remlab.net/files/miredo/archive/
MAINTAINER= ports@FreeBSD.org
COMMENT= Opensource Teredo (IPv6 tunneling) implementation
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libJudy.so:devel/judy
USES= libtool localbase tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var --enable-examplesdir=${EXAMPLESDIR}
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
USE_RC_SUBR= miredo-server miredo
OPTIONS_DEFINE= POLICYTABLE NLS
OPTIONS_SUB= yes
NLS_USES= gettext iconv
NLS_CONFIGURE_ENABLE= nls
POLICYTABLE_DESC= Install policy table to support teredo
post-install-POLICYTABLE-on:
${INSTALL_DATA} ${FILESDIR}/ip6addrctl.conf /etc
.include <bsd.port.mk>