pkgsrc/x11/mate-terminal/options.mk
youri ca3d2f83bf Import mate-terminal-1.14.0 as x11/mate-terminal.
This is the MATE terminal emulator application.  mate-terminal is
only the shell (menubar, prefs dialog); the terminal emulation ("stuff
in the middle") comes from the VTE widget. Remember this when
report a bug. ;-)

MATE terminal is a fork of GNOME terminal.
2016-05-21 19:16:49 +00:00

16 lines
339 B
Makefile

# $NetBSD: options.mk,v 1.1 2016/05/21 19:16:49 youri Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mate-terminal
PKG_SUPPORTED_OPTIONS= skey
PKG_SUGGESTED_OPTIONS= skey
PLIST_VARS+= skey
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mskey)
CONFIGURE_ARGS+= --enable-skey
PLIST.skey= yes
.else
CONFIGURE_ARGS+= --disable-skey
.endif