Files
pkgsrc-ng/chat/finch/options.mk
2013-09-26 17:14:40 +02:00

16 lines
379 B
Makefile

# $NetBSD: options.mk,v 1.4 2009/12/08 12:45:42 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.finch
PKG_SUPPORTED_OPTIONS+= gstreamer debug
PKG_SUGGESTED_OPTIONS+= gstreamer
.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