summaryrefslogtreecommitdiff
path: root/net/bird6
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2012-01-22 02:54:04 +0000
committeragc <agc@pkgsrc.org>2012-01-22 02:54:04 +0000
commit2b378cf6acc15cd5a59864094ceacb587dfbd28d (patch)
tree85046455318d269c4e62b922ab377ed75f93fc4f /net/bird6
parentbce2f9810a14294d241475f83d0db19ae4f2fe27 (diff)
downloadpkgsrc-2b378cf6acc15cd5a59864094ceacb587dfbd28d.tar.gz
Move bird6 package from pkgsrc-wip (packaged by jkjuopperi with changes by
tnn) into the Packages Collection. The BIRD project aims to develop a fully functional dynamic IP routing daemon primarily targetted on (but not limited to) UNIX-like systems and distributed under the GNU General Public License. - This package is for IPv6, a separate IPv4 package is available - Multiple routing tables - BGP - RIP - OSPF - Static routes - Inter-table protocol - Command-line interface - Soft reconfiguration - Powerful language for route filtering Updated by myself from bird-1.3.4 to 1.3.6 (to correct a BGP protocol problem).
Diffstat (limited to 'net/bird6')
-rw-r--r--net/bird6/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/bird6/Makefile b/net/bird6/Makefile
new file mode 100644
index 00000000000..6844493799f
--- /dev/null
+++ b/net/bird6/Makefile
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/01/22 02:54:04 agc Exp $
+
+CONFIGURE_ARGS+= --enable-ipv6
+BIRD6= 6
+
+.include "../../net/bird/Makefile.common"