aboutsummaryrefslogblamecommitdiff
path: root/x11-toolkits/vte3/Makefile
blob: f1c60d4078d47522c8e0dfa042a065b9aaa26ba0 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                    
 
                   
                      
                                  

                     
                     
 
                                 
                                                                            
 

                      

                                   
                                              
                                                  

                                           
 

                             

                                                                   
                   









                                                          
 
                            
 
                      
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$

PORTNAME=	vte
PORTVERSION=	0.62.1
CATEGORIES=	x11-toolkits gnome
MASTER_SITES=	GNOME
PKGNAMESUFFIX=	3
DIST_SUBDIR=	gnome

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	Terminal widget with improved accessibility and I18N support

LICENSE=	LGPL21

BUILD_DEPENDS=	vapigen:lang/vala \
		bash:shells/bash
LIB_DEPENDS=	libgnutls.so:security/gnutls \
		libfribidi.so:converters/fribidi \
		libpcre2-8.so:devel/pcre2 \
		libicuuc.so:devel/icu

PORTSCOUT=	limitw:1,even

USES=		compiler:c++11-lang gettext gnome localbase meson \
		pkgconfig tar:xz
USE_LDCONFIG=	yes
USE_GNOME=	cairo gdkpixbuf2 gtk30 introspection:build

MESON_ARGS=	-Da11y=true \
		-Dgir=true \
		-Dfribidi=true \
		-Dgtk3=true \
		-Dgtk4=false \
		-Dicu=true \
		-D_systemd=false \
		-Dvapi=true

PLIST_SUB=	VERSION=2.91

.include <bsd.port.mk>