pkgsrc/sysutils/libgamin/options.mk
jmmv fb1e4cac93 Add support for the debug option to the libgamin and gamin packages.
This is off by default so no need to bump the revision numbers.
2010-04-18 18:22:43 +00:00

11 lines
270 B
Makefile

# $NetBSD: options.mk,v 1.1 2010/04/18 18:22:43 jmmv Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libgamin
PKG_SUPPORTED_OPTIONS= debug
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug
CONFIGURE_ARGS+= --enable-debug-api
.endif