773cde7da8
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
31 lines
913 B
Makefile
31 lines
913 B
Makefile
# $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"
|