summaryrefslogtreecommitdiff
path: root/net/gated/Makefile
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1995-02-02 18:01:15 +0000
committerPaul Traina <pst@FreeBSD.org>1995-02-02 18:01:15 +0000
commit0d124cde73d967b694a72a17dfbd3f0b1177d275 (patch)
tree1521829712d55a03bdae3e2921fc97ea0aedc7d7 /net/gated/Makefile
parentUpgrade (diff)
GateD routing protocol daemon
Notes
Notes: svn path=/head/; revision=870
Diffstat (limited to 'net/gated/Makefile')
-rw-r--r--net/gated/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/gated/Makefile b/net/gated/Makefile
new file mode 100644
index 000000000000..6e3e1f5de063
--- /dev/null
+++ b/net/gated/Makefile
@@ -0,0 +1,14 @@
+# Makefile for: gated
+# Version required: 3.0 / 2.17
+# Date created: 29 October 1994
+# Whom: pst
+#
+# $Id$
+#
+
+DISTNAME= gated-R3_5Alpha_9
+EXTRACT_SUFX= .tar.Z
+MASTER_SITES= ftp://gated.cornell.edu/pub/gated/
+ALL_TARGET= gated
+
+.include <bsd.port.mk>