summaryrefslogtreecommitdiff
path: root/finance/kmymoney2/options.mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-02-09 21:46:47 +0000
committerwiz <wiz@pkgsrc.org>2006-02-09 21:46:47 +0000
commit1b09ae391dca0a8552676d82be780b0d0bfeb06f (patch)
tree1a2eb399d04dda494952eea1a49a26710bcbd36b /finance/kmymoney2/options.mk
parent5ded6b1c5a037d421ab69a48f4b275d516227e7d (diff)
downloadpkgsrc-1b09ae391dca0a8552676d82be780b0d0bfeb06f.tar.gz
Add libofx option, addressing second part of PR 32439 by Gary Duzan.
Turn it on by default and bump PKGREVISION. Fix pkglint warnings and whitespace nits while here.
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