diff options
author | Stefan Bethke <stb@FreeBSD.org> | 1997-07-27 22:23:11 +0000 |
---|---|---|
committer | Stefan Bethke <stb@FreeBSD.org> | 1997-07-27 22:23:11 +0000 |
commit | 8b4d4b0b180c43dfc6d66cb58d87887d962ab6dd (patch) | |
tree | f4018c4c03f6b6cf0fa223a776275e07e547181a /net/netatalk/Makefile | |
parent | Update to 2.1pl3 (diff) |
netatalk - File and Print Server for AppleTalk
Reviewed by: Julian Elischer <julian@whistle.com>
Notes
Notes:
svn path=/head/; revision=7427
Diffstat (limited to 'net/netatalk/Makefile')
-rw-r--r-- | net/netatalk/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile new file mode 100644 index 000000000000..392b181b0535 --- /dev/null +++ b/net/netatalk/Makefile @@ -0,0 +1,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> |