f0a1969d34
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
24 lines
570 B
Makefile
24 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>
|