aboutsummaryrefslogtreecommitdiff
path: root/net/bird6/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-08-08 12:48:16 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-08-08 12:48:16 +0000
commita2bd73d47439a373bfa0d687e5994abad941d8db (patch)
treef2108fa38c83f020ab3cf7ec3b75ffc14fda3ce2 /net/bird6/Makefile
parentf7798e7b27396dba733d602882fd9afc06cfd7b0 (diff)
Notes
Diffstat (limited to 'net/bird6/Makefile')
-rw-r--r--net/bird6/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/net/bird6/Makefile b/net/bird6/Makefile
index 32e286a3595d..c891e2d61dc2 100644
--- a/net/bird6/Makefile
+++ b/net/bird6/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bird6
-PORTVERSION= 1.3.1
+PORTVERSION= 1.3.2
CATEGORIES= net
MASTER_SITES= ftp://bird.network.cz/pub/bird/
DISTNAME= bird-${PORTVERSION}
@@ -14,15 +14,23 @@ DISTNAME= bird-${PORTVERSION}
MAINTAINER= melifaro@ipfw.ru
COMMENT= Dynamic IP routing daemon (IPv6 version)
+LICENSE= GPLv2
+
USE_BISON= build
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-ipv6
+OPTIONS= CONFIG_INCLUDES "Permit config 'include' keyword" Off
+
MAKE_JOBS_UNSAFE= yes
USE_RC_SUBR= bird6
+.if defined(WITH_CONFIG_INCLUDES)
+EXTRA_PATCHES+= ${FILESDIR}/extra-config_includes.diff
+.endif
+
post-install:
@if [ ! -f ${PREFIX}/etc/bird6.conf ]; then \
${CP} -p ${PREFIX}/etc/bird6.conf.example ${PREFIX}/etc/bird6.conf ; \