1b09ae391d
Turn it on by default and bump PKGREVISION. Fix pkglint warnings and whitespace nits while here.
14 lines
351 B
Makefile
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
|