From 8b0446aadb62d3149babdba6ff44e50222cf2e14 Mon Sep 17 00:00:00 2001 From: agc Date: Sun, 22 Jan 2012 02:54:04 +0000 Subject: 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). --- net/bird6/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 net/bird6/Makefile (limited to 'net/bird6') 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" -- cgit v1.2.3