blob: 822b902de5a1e9ac61d9bfe9b7608373a276c33d (
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
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
PORTNAME= gtksourceview
PORTVERSION= 5.4.0
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
PKGNAMESUFFIX= 5
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Text widget that adds syntax highlighting to the GtkTextView widget
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= vala:lang/vala
LIB_DEPENDS= libfribidi.so:converters/fribidi \
libpcre2-8.so:devel/pcre2
PORTSCOUT= limitw:1,even
USES= compiler:c11 gettext gnome meson pkgconfig tar:xz
USE_CSTD= c11
USE_GNOME= cairo gdkpixbuf2 gtk40 introspection:build libxml2
USE_LDCONFIG= yes
.include <bsd.port.mk>
|