Return to Makefile CVS log | Up to [cvs.NetBSD.org] / pkgsrc / textproc / gnome-dictionary |
*: 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.5 2021/05/02 10:24:52 nia Exp $ DISTNAME= gnome-dictionary-3.26.1 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/} CATEGORIES= textproc gnome EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://wiki.gnome.org/Apps/Dictionary COMMENT= GNOME application to look up definitions LICENSE= gnu-gpl-v2 # XXX msgfmt: unknown option -- desktop _TOOLS_USE_PKGSRC.msgfmt= yes TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt USE_TOOLS+= pkg-config msgfmt xgettext itstool PYTHON_FOR_BUILD_ONLY= tool LDFLAGS.SunOS+= -lnsl .include "../../devel/meson/build.mk" .include "../../devel/glib2/schemas.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../x11/gtk3/buildlink3.mk" .include "../../mk/bsd.pkg.mk"