![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / editors / ghex / Makefile (download)
Revision 1.62, 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.62 2021/05/02 10:24:48 nia Exp $ DISTNAME= ghex-3.18.4 PKGREVISION= 3 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ghex/3.18/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://wiki.gnome.org/Apps/Ghex COMMENT= Hex editor LICENSE= gnu-gpl-v2 USE_TOOLS+= pkg-config msgfmt itstool PYTHON_FOR_BUILD_ONLY= tool PKGCONFIG_OVERRIDE_STAGE= pre-install PKGCONFIG_OVERRIDE+= output/data/gtkhex-3.pc # XXX msgfmt: unknown option -- xml _TOOLS_USE_PKGSRC.msgfmt= yes .include "../../devel/meson/build.mk" .include "../../devel/glib2/schemas.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../x11/gtk3/buildlink3.mk" .include "../../mk/bsd.pkg.mk"