![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / x11 / gtksourceview3 / Makefile (download)
Revision 1.56, Sun May 2 10:24:52 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.56 2021/05/02 10:24:52 nia Exp $ DISTNAME= gtksourceview-3.24.11 PKGNAME= ${DISTNAME:S/gtksourceview/gtksourceview3/} PKGREVISION= 6 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 (v3) LICENSE= gnu-lgpl-v2.1 GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake gsed intltool msgfmt pkg-config itstool USE_PKGLOCALEDIR= yes #CONFIGURE_ARGS+= --disable-deprecations CONFIGURE_ARGS+= --disable-maintainer-mode CONFIGURE_ARGS+= --disable-vala PKGCONFIG_OVERRIDE+= gtksourceview-3.0.pc.in PKG_OPTIONS_VAR= PKG_OPTIONS.gtksourceview3 PKG_SUPPORTED_OPTIONS= introspection PKG_SUGGESTED_OPTIONS= introspection PLIST_VARS+= introspection .include "../../mk/bsd.options.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.48 .include "../../devel/glib2/buildlink3.mk" .if !empty(PKG_OPTIONS:Mintrospection) PLIST.introspection= yes BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=1.42.0 .include "../../devel/gobject-introspection/buildlink3.mk" .else CONFIGURE_ARGS+= --enable-introspection=no .endif .include "../../textproc/libxml2/buildlink3.mk" BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.20 .include "../../x11/gtk3/buildlink3.mk" .include "../../mk/bsd.pkg.mk"