freebsd-ports/x11/mate-terminal/Makefile
Nuno Teixeira 3572ca3e01 */*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree
2023-12-23 18:14:14 +00:00

31 lines
706 B
Makefile

PORTNAME= mate-terminal
PORTVERSION= 1.26.0
PORTREVISION= 2
CATEGORIES= x11 mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= Terminal component for the MATE Desktop
WWW= https://mate-desktop.org/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= itstool:textproc/itstool
LIB_DEPENDS= libgnutls.so:security/gnutls \
libpcre2-8.so:devel/pcre2
PORTSCOUT= limitw:1,even
USES= gettext gmake gnome localbase pathfix perl5 pkgconfig \
shebangfix tar:xz xorg
USE_XORG= ice sm x11
USE_GNOME= cairo dconf gdkpixbuf2 gtk30 intltool vte3
SHEBANG_FILES= mate-terminal.wrapper
GNU_CONFIGURE= yes
GLIB_SCHEMAS= org.mate.terminal.gschema.xml
.include <bsd.port.mk>