summaryrefslogtreecommitdiff
path: root/finance/kmymoney2/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'finance/kmymoney2/options.mk')
-rw-r--r--finance/kmymoney2/options.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/finance/kmymoney2/options.mk b/finance/kmymoney2/options.mk
new file mode 100644
index 00000000000..dc145d01dc6
--- /dev/null
+++ b/finance/kmymoney2/options.mk
@@ -0,0 +1,14 @@
+# $NetBSD: options.mk,v 1.1 2006/02/09 21:46:47 wiz Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.kmymoney2
+PKG_SUPPORTED_OPTIONS= libofx
+PKG_SUGGESTED_OPTIONS= libofx
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mlibofx)
+.include "../../finance/libofx/buildlink3.mk"
+PLIST_SUBST+= HAS_LIBOFX=""
+.else
+PLIST_SUBST+= HAS_LIBOFX="@comment "
+.endif