diff options
author | Stefan Bethke <stb@FreeBSD.org> | 1997-12-04 20:13:00 +0000 |
---|---|---|
committer | Stefan Bethke <stb@FreeBSD.org> | 1997-12-04 20:13:00 +0000 |
commit | fc29fb65d17b6245b33ce07ec5fa4d299361d028 (patch) | |
tree | 714a9bd4fb1a1679a1acd21a59439ae62eda0518 /net/macipgw | |
parent | "ln -s" -> "ln -sf" so it won't bark if you install this port twice. (diff) |
macipgw - MacIP gateway to provide IP-access for AppleTalk-only networks
Notes
Notes:
svn path=/head/; revision=8990
Diffstat (limited to 'net/macipgw')
-rw-r--r-- | net/macipgw/Makefile | 21 | ||||
-rw-r--r-- | net/macipgw/distinfo | 1 | ||||
-rw-r--r-- | net/macipgw/pkg-comment | 1 | ||||
-rw-r--r-- | net/macipgw/pkg-descr | 5 | ||||
-rw-r--r-- | net/macipgw/pkg-plist | 2 |
5 files changed, 30 insertions, 0 deletions
diff --git a/net/macipgw/Makefile b/net/macipgw/Makefile new file mode 100644 index 000000000000..d962ca6d7d8b --- /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 000000000000..90fe180a3486 --- /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 000000000000..2d534346764c --- /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 000000000000..03e14c3d04ab --- /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 000000000000..1d3369ad3de9 --- /dev/null +++ b/net/macipgw/pkg-plist @@ -0,0 +1,2 @@ +libexec/macipgw +man/man8/macipgw.8.gz |