summaryrefslogtreecommitdiff
path: root/sysutils/libgamin/options.mk
blob: 1e62ddbad0882fb4ff30baa774aebbe48cc9e5aa (plain)
1
2
3
4
5
6
7
8
9
10
11
# $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