mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
macipgw - MacIP gateway to provide IP-access for AppleTalk-only networks
This commit is contained in:
parent
29d22f53e7
commit
fc29fb65d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8990
5 changed files with 30 additions and 0 deletions
21
net/macipgw/Makefile
Normal file
21
net/macipgw/Makefile
Normal file
|
@ -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>
|
1
net/macipgw/distinfo
Normal file
1
net/macipgw/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (macipgw-1.0.tar.gz) = 4ea100374884be316240b8dd0e517308
|
1
net/macipgw/pkg-comment
Normal file
1
net/macipgw/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MacIP Gateway to allow IP-access from AppleTalk-only networks
|
5
net/macipgw/pkg-descr
Normal file
5
net/macipgw/pkg-descr
Normal file
|
@ -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.
|
2
net/macipgw/pkg-plist
Normal file
2
net/macipgw/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
libexec/macipgw
|
||||||
|
man/man8/macipgw.8.gz
|
Loading…
Add table
Reference in a new issue