pkgsrc-wip/bmpx/options.mk
Thomas Klausner b258b4cd68 Update to 0.36.1:
Lots of changes since previous packaged version.
gstreamer is the only supported backend, support for winamp skins was
dropped, lots of new features.
2007-01-28 09:37:52 +00:00

10 lines
240 B
Makefile

# $NetBSD: options.mk,v 1.6 2007/01/28 09:37:52 thomasklausner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.bmpx
PKG_SUPPORTED_OPTIONS= debug
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug
.endif