mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
12 lines
270 B
Makefile
12 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
|