summaryrefslogtreecommitdiffstats
path: root/net/macipgw
diff options
context:
space:
mode:
authorstb <stb@FreeBSD.org>1997-12-04 20:13:00 +0000
committerstb <stb@FreeBSD.org>1997-12-04 20:13:00 +0000
commit4113b73e955636c66af520371ad53da038e5dd1a (patch)
tree9c75452925c641da663e62cbcda45a1b69f1a492 /net/macipgw
parente3b2a54a15dd2d9dee4cc530b739d2403fa4f160 (diff)
downloadFreeBSD-ports-4113b73e955636c66af520371ad53da038e5dd1a.zip
FreeBSD-ports-4113b73e955636c66af520371ad53da038e5dd1a.tar.gz
macipgw - MacIP gateway to provide IP-access for AppleTalk-only networks
Diffstat (limited to 'net/macipgw')
-rw-r--r--net/macipgw/Makefile21
-rw-r--r--net/macipgw/distinfo1
-rw-r--r--net/macipgw/pkg-comment1
-rw-r--r--net/macipgw/pkg-descr5
-rw-r--r--net/macipgw/pkg-plist2
5 files changed, 30 insertions, 0 deletions
diff --git a/net/macipgw/Makefile b/net/macipgw/Makefile
new file mode 100644
index 0000000..d962ca6
--- /dev/null
+++ b/net/macipgw/Makefile
@@ -0,0 +1,21 @@
+# Ports collection makefile for: macipgw
+# Version required: macipgw-1.0
+# Date created: 25 Nov 1997
+# Whom: stb
+#
+# $Id$
+#
+
+DISTNAME= macipgw-1.0
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.promo.de/pub/people/stefan/netatalk/
+
+MAINTAINER= stb@freebsd.org
+
+BUILD_DEPENDS= ${PREFIX}/lib/libatalk.a:${PORTSDIR}/net/netatalk \
+ ${PREFIX}/include/atalk/ddp.h:${PORTSDIR}/net/netatalk
+RUN_DEPENDS= ${PREFIX}/libexec/atalkd:${PORTSDIR}/net/netatalk
+
+NO_PATCH= yes
+
+.include <bsd.port.mk>
diff --git a/net/macipgw/distinfo b/net/macipgw/distinfo
new file mode 100644
index 0000000..90fe180
--- /dev/null
+++ b/net/macipgw/distinfo
@@ -0,0 +1 @@
+MD5 (macipgw-1.0.tar.gz) = 4ea100374884be316240b8dd0e517308
diff --git a/net/macipgw/pkg-comment b/net/macipgw/pkg-comment
new file mode 100644
index 0000000..2d53434
--- /dev/null
+++ b/net/macipgw/pkg-comment
@@ -0,0 +1 @@
+MacIP Gateway to allow IP-access from AppleTalk-only networks
diff --git a/net/macipgw/pkg-descr b/net/macipgw/pkg-descr
new file mode 100644
index 0000000..03e14c3
--- /dev/null
+++ b/net/macipgw/pkg-descr
@@ -0,0 +1,5 @@
+macipgw - MacIP gateway to allow IP-access for AppleTalk-only networks
+
+MacIP is a protocol that allows the encapsulation of IP packets in AppleTalk
+packets, thus allowing Macs connected through an AppleTalk-only network
+(such as LocalTalk or Apple Remote Access) to use TCP/IP-based services.
diff --git a/net/macipgw/pkg-plist b/net/macipgw/pkg-plist
new file mode 100644
index 0000000..1d3369a
--- /dev/null
+++ b/net/macipgw/pkg-plist
@@ -0,0 +1,2 @@
+libexec/macipgw
+man/man8/macipgw.8.gz
OpenPOWER on IntegriCloud