aboutsummaryrefslogtreecommitdiff
path: root/x11/mate-terminal/Makefile
blob: 05fcb29b2d90822b5f216749df3a8aaa8777e19b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$

PORTNAME=	mate-terminal
PORTVERSION=	1.24.0
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 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>