summaryrefslogtreecommitdiff
path: root/net/bird6
diff options
context:
space:
mode:
authoragc <agc>2012-01-22 02:54:04 +0000
committeragc <agc>2012-01-22 02:54:04 +0000
commit8b0446aadb62d3149babdba6ff44e50222cf2e14 (patch)
tree85046455318d269c4e62b922ab377ed75f93fc4f /net/bird6
parent440ed68fa4a065aac08d1375679416abb3a8f02b (diff)
downloadpkgsrc-8b0446aadb62d3149babdba6ff44e50222cf2e14.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"