1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/x11/mate-terminal/Makefile
Eric Turgeon 0e665973ae update x11/mate-terminal to 1.20.1
Approved by:	bapt (mentor)
2018-11-02 20:12:14 +00:00

32 lines
713 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= mate-terminal
PORTVERSION= 1.20.1
CATEGORIES= x11 mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= Terminal component for the MATE Desktop
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 localbase pathfix perl5 pkgconfig \
shebangfix tar:xz
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>