![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / editors / pluma / Makefile (download)
Revision 1.37, 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.37 2021/05/02 10:24:48 nia Exp $ PYTHON_VERSIONS_INCOMPATIBLE= 27 DISTNAME= pluma-${VERSION:R}.1 PKGREVISION= 2 CATEGORIES= editors COMMENT= Small and lightweight UTF-8 text editor for MATE USE_TOOLS+= bash:run perl itstool TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint PKGCONFIG_OVERRIDE+= data/pluma.pc.in REPLACE_PYTHON+= plugins/externaltools/data/switch-c.tool.in REPLACE_BASH+= plugins/externaltools/data/search-recursive.tool.in post-install: find ${DESTDIR}${PREFIX} -type d -name __pycache__ | xargs rm -rf .include "options.mk" .include "../../devel/libpeas/buildlink3.mk" .include "../../devel/glib2/schemas.mk" .include "../../lang/python/application.mk" .include "../../x11/mate-desktop/buildlink3.mk" .include "../../x11/gtksourceview3/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../meta-pkgs/mate/Makefile.common" .include "../../mk/bsd.pkg.mk"