pkgsrc/math/gnumeric/options.mk
wiz c71d178e6b Add an option for psiconv support, and turn it off by default.
Fixes PR 46511 by Nouod de Brouwer.

Set LICENSE while here.
2012-06-02 07:10:53 +00:00

12 lines
296 B
Makefile

# $NetBSD: options.mk,v 1.1 2012/06/02 07:10:53 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gnumeric
PKG_SUPPORTED_OPTIONS= psiconv
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mpsiconv)
.include "../../converters/psiconv/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-psiconv
.endif