summaryrefslogtreecommitdiff
path: root/finance/gnucash/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'finance/gnucash/options.mk')
-rw-r--r--finance/gnucash/options.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/finance/gnucash/options.mk b/finance/gnucash/options.mk
new file mode 100644
index 00000000000..e59711d16ed
--- /dev/null
+++ b/finance/gnucash/options.mk
@@ -0,0 +1,15 @@
+# $NetBSD: options.mk,v 1.1 2015/01/31 18:41:01 wiz Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.gnucash
+PKG_SUPPORTED_OPTIONS= libofx
+PKG_SUGGESTED_OPTIONS= libofx
+
+.include "../../mk/bsd.options.mk"
+
+PLIST_VARS+= ofx
+
+.if !empty(PKG_OPTIONS:Mglibofx)
+.include "../../finance/libofx/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --disable-ofx
+.endif