Files
2026-03-17 15:44:35 +00:00

37 lines
813 B
Makefile

COMMENT= text widget that extends the GTK4 GtkTextView widget
GNOME_PROJECT= gtksourceview
GNOME_VERSION= 5.20.0
PKGNAME= ${GNOME_PROJECT}5-${GNOME_VERSION}
SHARED_LIBS += gtksourceview-5 0.4 # 0.0.0
CATEGORIES= x11
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2/LGPLv2.1
PERMIT_PACKAGE= Yes
WANTLIB += cairo fontconfig fribidi gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += gobject-2.0 graphene-1.0 gtk-4 intl m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre2-8 xml2
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
MODULES= devel/meson \
x11/gnome
LIB_DEPENDS= devel/pcre2 \
textproc/libxml \
x11/gtk+4
MODGNOME_TOOLS= gobject-introspection gtk-update-icon-cache vala
TEST_IS_INTERACTIVE= x11
DEBUG_PACKAGES= ${BUILD_PACKAGES}
.include <bsd.port.mk>