pkgsrc/x11/gtksourceview4/options.mk
wiz 26d3331855 x11/gtksourceview4: import gtksourceview4-4.0.0
GtkSourceView is a text widget that extends the standard GTK+ 3.x text
widget GtkTextView.  It improves GtkTextView by implementing syntax
highlighting and other features typical of a source code editor.

This package contains major version 4 of the widget.
2018-03-11 20:23:23 +00:00

16 lines
497 B
Makefile

# $NetBSD: options.mk,v 1.1 2018/03/11 20:23:23 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gtksourceview4
PKG_SUPPORTED_OPTIONS= introspection
PKG_SUGGESTED_OPTIONS= introspection
PLIST_VARS+= introspection
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mintrospection)
PLIST.introspection= yes
BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=1.42.0
.include "../../devel/gobject-introspection/buildlink3.mk"
.else
CONFIGURE_ARGS+= --enable-introspection=no
.endif