1999-05-24 23:00:45 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 1999/05/25 03:00:45 brad Exp $
|
1999-01-18 23:40:13 -05:00
|
|
|
|
|
|
|
DISTNAME= netatalk-1.4b2
|
1999-05-23 22:33:58 -04:00
|
|
|
CATEGORIES= net
|
1999-01-18 23:40:13 -05:00
|
|
|
MASTER_SITES= ftp://terminator.rs.itd.umich.edu/unix/netatalk/
|
|
|
|
|
|
|
|
MAINTAINER= ianm@cit.nepean.uws.edu.au
|
|
|
|
|
|
|
|
# NOTES:
|
|
|
|
# Will compile with kerberos support in apfd and papd.
|
|
|
|
# Haven't tested kerberos support as there is no MacOS
|
|
|
|
# support for kerberos outside the US, so your on your
|
|
|
|
# own. Still need to add support for AFS. Will update
|
1999-05-24 23:00:45 -04:00
|
|
|
# the Port shortly.
|
1999-01-18 23:40:13 -05:00
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@mkdir -p ${WRKSRC}/sys/openbsd
|
|
|
|
@cp ${FILESDIR}/sys-OpenBSD-Makefile ${WRKSRC}/sys/openbsd/Makefile
|
|
|
|
|
|
|
|
post-install:
|
1999-03-31 17:51:00 -05:00
|
|
|
@if [ ! -a X"/etc/netatalk/AppleVolumes.system" ]; then \
|
|
|
|
@cp ${WRKSRC}/config/AppleVolumes.system /etc/netatalk; \
|
|
|
|
fi
|
|
|
|
@if [ ! -a X"/etc/netatalk/Applevolumes.default" ]; then \
|
|
|
|
@cp ${WRKSRC}/config/AppleVolumes.default /etc/netatalk;\
|
|
|
|
fi
|
1999-01-18 23:40:13 -05:00
|
|
|
@chmod 750 /etc/netatalk
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|