aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtksourceview4/Makefile
blob: a2c2ba2ef7385da0c436685d8f77faf00d918013 (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
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>

PORTNAME=	gtksourceview
PORTVERSION=	4.8.1
PORTREVISION=	1
CATEGORIES=	x11-toolkits gnome
MASTER_SITES=	GNOME
PKGNAMESUFFIX=	4
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

PORTSCOUT=	limitw:1,even

USES=		compiler:c11 gettext gnome meson pkgconfig tar:xz
USE_CSTD=	c11
USE_GNOME=	cairo gdkpixbuf2 gtk30 introspection:build libxml2
USE_LDCONFIG=	yes

.include <bsd.port.mk>