16 lines
395 B
Makefile
16 lines
395 B
Makefile
# $NetBSD: options.mk,v 1.1 2013/05/11 19:17:49 riastradh Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.gst-plugins0.10-good
|
|
PKG_SUPPORTED_OPTIONS= gconf
|
|
PKG_SUGGESTED_OPTIONS= gconf
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
PLIST_VARS+= gconf
|
|
|
|
.if !empty(PKG_OPTIONS:Mgconf)
|
|
PLIST.gconf= yes
|
|
CONFIGURE_ARGS+= --enable-gconf
|
|
CONFIGURE_ARGS+= --enable-gconftool
|
|
.include "../../devel/GConf/schemas.mk"
|
|
.endif
|