blob: e9c48ac020b747fe1e517b1626a6ab0698635a4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Ports collection makefile for: netatalk
# Version required: netatalk-1.4b2
# Date created: 23 Jul 1997
# Whom: stb
#
# $Id: Makefile,v 1.1.1.1 1997/07/27 22:23:04 stb Exp $
#
DISTNAME= netatalk-1.4b2
CATEGORIES= net print
MASTER_SITES= ftp://terminator.rs.itd.umich.edu/unix/netatalk/
MAINTAINER= stb@freebsd.org
NOMANCOMPRESS= true
# XXX this is a hack to make the .so-included
# man pages work.
.include <bsd.port.mk>
|