ca3d2f83bf
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.
16 lines
339 B
Makefile
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
|