summaryrefslogtreecommitdiff
path: root/net/macipgw/Makefile
blob: e1da3d6cdf259f2469b29c3319069acd476147a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Ports collection makefile for:    macipgw
# Version required:     macipgw-1.0
# Date created:         25 Nov 1997
# Whom:                 stb
#
# $Id: Makefile,v 1.3 1998/12/02 01:02:37 stb Exp $
#

DISTNAME=       macipgw-1.0
CATEGORIES=	net
MASTER_SITES=	ftp://ftp.hanse.de/sites/transit/netatalk/ \
		http://www.freebsd.org/~stb/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

.include <bsd.port.mk>