update Sun Jan 31 18:37:00 PST 2010
[pkgsrc.git] / wip / kmymoney-devel / options.mk
1 # $NetBSD: options.mk,v 1.2 2008/04/12 22:43:00 jlam Exp $
2
3 PKG_OPTIONS_VAR=        PKG_OPTIONS.kmymoney2
4 PKG_SUPPORTED_OPTIONS=  libofx
5 PKG_SUGGESTED_OPTIONS=  libofx
6
7 .include "../../mk/bsd.options.mk"
8
9 PLIST_VARS+=            libofx #sqlite3
10
11 .if !empty(PKG_OPTIONS:Mlibofx)
12 .include "../../finance/libofx/buildlink3.mk"
13 PLIST.libofx=           yes
14 .endif