Date: Mon, 23 Nov 2015 11:19:14 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402270 - head/net/miredo Message-ID: <201511231119.tANBJE4j035990@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Nov 23 11:19:14 2015 New Revision: 402270 URL: https://svnweb.freebsd.org/changeset/ports/402270 Log: - Cosmetic fixes - Add LICENSE - Strip libraries Modified: head/net/miredo/Makefile Modified: head/net/miredo/Makefile ============================================================================== --- head/net/miredo/Makefile Mon Nov 23 11:19:07 2015 (r402269) +++ head/net/miredo/Makefile Mon Nov 23 11:19:14 2015 (r402270) @@ -1,21 +1,27 @@ # Created by: Andreas Kohn <andreas@syndrom23.de> # $FreeBSD$ -PORTNAME= miredo -PORTVERSION= 1.2.6 -PORTREVISION= 4 -CATEGORIES= net ipv6 -MASTER_SITES= http://www.remlab.net/files/miredo/archive/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Opensource Teredo (IPv6 tunneling) implementation - -LIB_DEPENDS= libJudy.so:${PORTSDIR}/devel/judy - -USES= libtool localbase tar:xz -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=/var --enable-examplesdir=$(EXAMPLESDIR) -USE_LDCONFIG= yes +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 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libJudy.so:${PORTSDIR}/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 @@ -24,9 +30,7 @@ NLS_USES= gettext iconv NLS_CONFIGURE_ENABLE= nls POLICYTABLE_DESC= Install policy table to support teredo -USE_RC_SUBR= miredo-server miredo - post-install-POLICYTABLE-on: - $(INSTALL_DATA) $(FILESDIR)/ip6addrctl.conf /etc + ${INSTALL_DATA} ${FILESDIR}/ip6addrctl.conf /etc .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511231119.tANBJE4j035990>