blob: 392b181b0535f049d2bce94868c9e3b559a96192 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Ports collection makefile for: netatalk
# Version required: netatalk-1.4b2
# Date created: 23 Jul 1997
# Whom: stb
#
# $Id$
#
DISTNAME= netatalk-1.4b2
CATEGORIES= net print
MASTER_SITES= ftp://terminator.rs.itd.umich.edu/unix/netatalk/
MAINTAINER= stb@freebsd.org
MAN4= atalk.4
MAN8= afpd.8 atalkd.8 papd.8 psf.8
MAN1= getzones.1 aecho.1 nbprgstr.1 megatron.1 nbp.1 psorder.1 \
unbin.1 unhex.1 nbplkup.1 unsingle.1 hqx2bin.1 \
single2bin.1 macbinary.1 pap.1 papstatus.1
MAN3= atalk_aton.3 nbp_name.3
.include <bsd.port.mk>
|