blob: 8c5f34f193032af42a576c532f0011d65611bcee (
plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
PORTNAME= vte
PORTVERSION= 0.64.2
PORTREVISION= 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 python:3.6+ 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
BINARY_ALIAS= python3=${PYTHON_CMD}
.include <bsd.port.mk>
|