pkgsrc/x11/mate-panel/options.mk
2016-06-18 09:05:02 +00:00

18 lines
493 B
Makefile

# $NetBSD: options.mk,v 1.2 2016/06/18 09:05:02 youri Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mate-panel
PKG_SUPPORTED_OPTIONS= introspection
PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"
PLIST_VARS+= introspection
.if !empty(PKG_OPTIONS:Mintrospection)
BUILDLINK_DEPMETHOD.gobject-introspection+= build
.include "../../devel/gobject-introspection/buildlink3.mk"
CONFIGURE_ARGS+= --enable-introspection
PLIST.introspection= yes
.else
CONFIGURE_ARGS+= --disable-introspection
.endif