pkgsrc-ng/chat/finch/options.mk
2016-01-21 23:42:40 +01:00

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