pkgsrc-ng/sysutils/bup/options.mk
2014-08-11 13:27:10 +02:00

18 lines
521 B
Makefile

# $NetBSD: options.mk,v 1.1 2014/03/19 12:54:02 gdt Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.bup
PKG_SUPPORTED_OPTIONS= fuse
# fuse is disabled by default because it doesn't build on Mac, ad
# because the fuse implementation in bup doesn't work on NetBSD.
# After it's fixed upstream, an OS-specific default is probably
# appropriate.
PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.prefs.mk"
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mfuse)
.include "../../filesystems/py-fuse-bindings/buildlink3.mk"
.endif