Merge from vendor branch TNF:
[pkgsrcv2.git] / sysutils / libgamin / options.mk
1 # $NetBSD$
2
3 PKG_OPTIONS_VAR=        PKG_OPTIONS.libgamin
4 PKG_SUPPORTED_OPTIONS=  debug
5
6 .include "../../mk/bsd.options.mk"
7
8 .if !empty(PKG_OPTIONS:Mdebug)
9 CONFIGURE_ARGS+=        --enable-debug
10 CONFIGURE_ARGS+=        --enable-debug-api
11 .endif