diff options
Diffstat (limited to 'net/macipgw/Makefile')
-rw-r--r-- | net/macipgw/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net/macipgw/Makefile b/net/macipgw/Makefile deleted file mode 100644 index f2e18b93e940..000000000000 --- a/net/macipgw/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Ports collection makefile for: macipgw -# Date created: 25 Nov 1997 -# Whom: stb -# -# $FreeBSD$ -# - -PORTNAME= macipgw -PORTVERSION= 1.0 -CATEGORIES= net -MASTER_SITES= ftp://ftp.hanse.de/sites/transit/netatalk/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= stb/netatalk - -MAINTAINER= ports@freebsd.org -COMMENT= MacIP Gateway to allow IP-access from AppleTalk-only networks - -BROKEN= "Does not build" - -BUILD_DEPENDS= ${LOCALBASE}/lib/libatalk.a:${PORTSDIR}/net/netatalk \ - ${LOCALBASE}/include/atalk/ddp.h:${PORTSDIR}/net/netatalk -RUN_DEPENDS= ${LOCALBASE}/libexec/atalkd:${PORTSDIR}/net/netatalk - -.include <bsd.port.mk> |