summaryrefslogtreecommitdiff
path: root/finance/gnucash/options.mk
blob: e59711d16ed8b60cb3ec1f873ddc89afc3ef2608 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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