diff options
author | andreas <andreas@FreeBSD.org> | 1998-05-31 17:25:51 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-05-31 17:25:51 +0800 |
commit | f53293691615af4c6f66e55d59a7b92cd5f2bf43 (patch) | |
tree | 4761b3f3704b81a50fa9a272b1d17daf2c864035 /net/zebra/Makefile | |
parent | 591a4a1a67c698c78408a4b301dc4c4ba281875e (diff) | |
download | freebsd-ports-gnome-f53293691615af4c6f66e55d59a7b92cd5f2bf43.tar.gz freebsd-ports-gnome-f53293691615af4c6f66e55d59a7b92cd5f2bf43.tar.zst freebsd-ports-gnome-f53293691615af4c6f66e55d59a7b92cd5f2bf43.zip |
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
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r-- | net/zebra/Makefile | 17 |
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> |