freebsd-ports/net/macipgw/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

23 lines
570 B
Makefile

# 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
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>