summaryrefslogtreecommitdiff
path: root/net/zebra/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1998-05-31 09:25:51 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1998-05-31 09:25:51 +0000
commit500b6ec7d63beae7007fa4f2c53b8606c46762a3 (patch)
tree1a3f5c8caab23c84ab31716ca658071a1f728bf2 /net/zebra/Makefile
parentChange MAINTAINER from wosch to ports@freebsd.org. (diff)
Import of the first alpha version of zebra
SNAP 980401 A free multithreaded RIP, OSPF, BGP4 router (server/reflector) IPv6 support is for: FreeBSD with INRIA FreeBSD with Hydrangea GNU/Linux with IPv6 Developer Mailing List: majordomo@zebra.org subscribe zebra [e-mail address] -- for English language ML subscribe zebra-jp [e-mail address] -- for Japanese language ML
Notes
Notes: svn path=/head/; revision=11196
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r--net/zebra/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile
new file mode 100644
index 000000000000..aeb2d0570e87
--- /dev/null
+++ b/net/zebra/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: zebra
+# Version required: SNAP 980401
+# Date created: So 31 Mai 1998 11:00:30 CEST
+# Whom: Andreas Klemm <andreas@klemm.gtn.com>
+#
+# $Id$
+#
+
+DISTNAME= zebra-980401
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
+
+MAINTAINER= andreas@FreeBSD.org
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>