blob: 96e05f59bb9ddff6e9df469d007767503cdd0fea (
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
|
PORTNAME= gtksourceview
DISTVERSION= 5.14.2
PORTREVISION= 1
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
WWW= https://wiki.gnome.org/Projects/GtkSourceView
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfribidi.so:converters/fribidi \
libpcre2-8.so:devel/pcre2
USES= compiler:c11 gettext gnome meson pkgconfig tar:xz vala:build
USE_CSTD= c11
USE_GNOME= cairo gdkpixbuf gtk40 libxml2 introspection:build
USE_LDCONFIG= yes
PORTSCOUT= limitw:1,even
.include <bsd.port.mk>
|