pkgsrc-ng/textproc/mxml/options.mk
2016-11-18 22:39:22 +01:00

10 lines
240 B
Makefile

# $NetBSD: options.mk,v 1.1 2016/03/08 13:52:36 nros Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mxml
PKG_SUPPORTED_OPTIONS= debug
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug=yes
.endif