![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / devel / glade / Makefile (download)
Revision 1.102, Sun May 2 10:24:48 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.102 2021/05/02 10:24:48 nia Exp $ DISTNAME= glade-3.36.0 PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glade/3.36/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://glade.gnome.org/ COMMENT= User interface builder for the GTK3+ toolkit LICENSE= gnu-gpl-v2 TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config intltool gmake msgfmt USE_TOOLS+= itstool # Requires --xml in msgfmt. _TOOLS_USE_PKGSRC.msgfmt= yes PKGCONFIG_OVERRIDE+= data/gladeui-2.0.pc.in .include "../../x11/gtk3/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk"