openbsd-ports/net/netatalk/Makefile

37 lines
1.1 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 1999/12/15 02:54:39 kevlo Exp $
DISTNAME= netatalk-990130
CATEGORIES= net
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
# the Port shortly.
pre-fetch:
.if !defined(NO_WARNINGS)
@if [ ! -f /usr/src/sys/netatalk/at_extern.h ]; then \
${ECHO} This port requires the kernel source code to compile properly,; \
${ECHO} specifically the source code in /usr/src/sys/netatalk; \
${FALSE}; \
fi
.endif
pre-configure:
@${RM} -rf ${WRKSRC}/include/netatalk
@${LN} -sf /usr/src/sys/netatalk ${WRKSRC}/include/netatalk
@${RM} -f ${WRKSRC}/sys/netatalk/*.h
post-install:
@${CP} ${WRKSRC}/config/AppleVolumes.system ${PREFIX}/lib/netatalk
@${CP} ${WRKSRC}/config/AppleVolumes.default ${PREFIX}/lib/netatalk
@PKG_PREFIX="${PREFIX}" ${SH} ${PKGDIR}/INSTALL ${DISTNAME} POST-INSTALL
.include <bsd.port.mk>