Change log: mate-terminal 1.24.1 * Translations update * build: silent build warnings for distcheck * build: do not override the default value for MATE_COMPILE_WARNINGS * fix searching in terminal window * fix url highlighting due to deprecation of vte_terminal_match_add_gregex * terminal-screen: prevent crash on bad term spawn due to redundant frees * Use user page on github when user email is private * Update authors
22 lines
615 B
Makefile
22 lines
615 B
Makefile
# $NetBSD: Makefile,v 1.26 2020/11/09 23:45:39 gutteridge Exp $
|
|
|
|
.include "../../meta-pkgs/mate/Makefile.common"
|
|
|
|
DISTNAME= mate-terminal-${VERSION:R}.1
|
|
CATEGORIES= x11
|
|
|
|
COMMENT= MATE terminal emulator application
|
|
|
|
TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
|
|
TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/glib2/schemas.mk"
|
|
|
|
REPLACE_PERL+= mate-terminal.wrapper
|
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/mate-desktop/buildlink3.mk"
|
|
.include "../../x11/vte3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|