![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / x11 / gtksourceview4 / Makefile (download)
Revision 1.21, Sun May 2 10:24:53 2021 UTC (2 years, 7 months ago) by nia
*: Use the tools framework for itstool Now it should be more obvious when a package needs it as a dependency, as it will fail loudly if it isn't declared as a tool. While here, some duplicate dependencies on itstool were removed from the MATE packages |
# $NetBSD: Makefile,v 1.21 2021/05/02 10:24:53 nia Exp $ DISTNAME= gtksourceview-4.8.0 PKGNAME= ${DISTNAME:S/gtksourceview/gtksourceview4/} PKGREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz MAINTAINER= prlw1@cam.ac.uk HOMEPAGE= https://wiki.gnome.org/Projects/GtkSourceView COMMENT= Text widget that extends GTK3's GtkTextView widget (v4) LICENSE= gnu-lgpl-v2.1 USE_TOOLS+= intltool msgfmt pkg-config itstool # avoid vala dependency MESON_ARGS+= -Dvapi=false PKGCONFIG_OVERRIDE+= gtksourceview.pc.in MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/gtksourceview PYTHON_FOR_BUILD_ONLY= tool .include "options.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.48 .include "../../devel/glib2/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.24 .include "../../x11/gtk3/buildlink3.mk" .include "../../devel/meson/build.mk" .include "../../mk/bsd.pkg.mk"