mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
15 lines
344 B
Makefile
15 lines
344 B
Makefile
# $NetBSD: options.mk,v 1.5 2015/08/06 19:39:19 wiz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.finch
|
|
PKG_SUPPORTED_OPTIONS+= gstreamer debug
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mgstreamer)
|
|
. include "../../multimedia/gstreamer0.10/buildlink3.mk"
|
|
.endif
|
|
|
|
.if !empty(PKG_OPTIONS:Mdebug)
|
|
CONFIGURE_ARGS+= --enable-debug
|
|
.endif
|