diff --git a/x11/mate-terminal/Makefile b/x11/mate-terminal/Makefile index 692848e6ef2b..03cde7c2a3d8 100644 --- a/x11/mate-terminal/Makefile +++ b/x11/mate-terminal/Makefile @@ -1,30 +1,29 @@ PORTNAME= mate-terminal -PORTVERSION= 1.28.1 +DISTVERSION= 1.28.1 CATEGORIES= x11 mate -MASTER_SITES= MATE +MASTER_SITES= https://github.com/mate-desktop/${PORTNAME}/releases/download/v${DISTVERSION}/ 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 gdkpixbuf gtk30 intltool vte3 +PORTSCOUT= limitw:1,even SHEBANG_FILES= mate-terminal.wrapper GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share GLIB_SCHEMAS= org.mate.terminal.gschema.xml .include