pkgsrc/finance/kmymoney2/options.mk
wiz 1b09ae391d 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.
2006-02-09 21:46:47 +00:00

14 lines
351 B
Makefile

# $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