mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
31 lines
730 B
Makefile
31 lines
730 B
Makefile
PORTNAME= mate-terminal
|
|
PORTVERSION= 1.28.1
|
|
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
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
GLIB_SCHEMAS= org.mate.terminal.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|