26e493cf4d
support the AppleTalk ddp protocol, and here to stay while NetBSD ships with AppleTalk support. Add Netatalk 3.0.8 wip package as net/netatalk30. "Netatalk 3 is a freely-available implementation of the Apple Filesharing Protocol Suite (AFP) over TCP/IP. Using Netatalk's AFP 3.1 compliant file-server leads to significantly higher transmissions speeds compared with Macs accessing a server via SMB or NFS, while providing clients with the best user experience (full support for Macintosh metadata, flawlessly supporting mixed environments of classic MacOS and MacOS X clients)."
14 lines
405 B
Makefile
14 lines
405 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/06/11 11:03:56 hauke Exp $
|
|
|
|
BUILDLINK_TREE+= netatalk
|
|
|
|
.if !defined(NETATALK_BUILDLINK3_MK)
|
|
NETATALK_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.netatalk+= netatalk>=2.0.3nb2
|
|
BUILDLINK_ABI_DEPENDS.netatalk+= netatalk>=2.0.3nb3
|
|
BUILDLINK_PKGSRCDIR.netatalk?= ../../net/netatalk
|
|
BUILDLINK_DEPMETHOD.netatalk?= build
|
|
.endif # NETATALK_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -netatalk
|