[BACK]Return to Makefile.common CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / meta-pkgs / mate

File: [cvs.NetBSD.org] / pkgsrc / meta-pkgs / mate / Makefile.common (download)

Revision 1.12, Sun May 2 10:24:50 2021 UTC (2 years, 7 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.11: +2 -3 lines

*: 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.common,v 1.12 2021/05/02 10:24:50 nia Exp $
# used by meta-pkgs/mate/Makefile
# used by print/atril/Makefile
# used by sysutils/caja/Makefile
# used by sysutils/caja-dropbox/Makefile
# used by sysutils/caja-extensions/Makefile
# used by archivers/engrampa/Makefile
# used by graphics/eom/Makefile
# used by x11/libmatekbd/Makefile
# used by audio/libmatemixer/Makefile
# used by misc/mate-calc/Makefile
# used by misc/libmateweather/Makefile
# used by wm/marco/Makefile
# used by x11/mate-applets/Makefile
# used by graphics/mate-backgrounds/Makefile
# used by devel/mate-common/Makefile
# used by x11/mate-control-center/Makefile
# used by x11/mate-desktop/Makefile
# used by graphics/mate-icon-theme/Makefile
# used by graphics/mate-icon-theme-faenza/Makefile
# used by x11/mate-indicator-applet/Makefile
# used by multimedia/mate-media/Makefile
# used by x11/mate-menus/Makefile
# used by wm/mate-netbook/Makefile
# used by sysutils/mate-notification-daemon/Makefile
# used by x11/mate-panel/Makefile
# used by security/mate-polkit/Makefile
# used by sysutils/mate-power-manager/Makefile
# used by x11/mate-screensaver/Makefile
# used by sysutils/mate-sensors-applet/Makefile
# used by x11/mate-session-manager/Makefile
# used by x11/mate-settings-daemon/Makefile
# used by sysutils/mate-system-monitor/Makefile
# used by x11/mate-terminal/Makefile
# used by graphics/mate-themes/Makefile
# used by net/mate-user-share/Makefile
# used by misc/mate-utils/Makefile
# used by x11/mozo/Makefile
# used by editors/pluma/Makefile

VERSION=	1.24.0
MASTER_SITES+=	http://pub.mate-desktop.org/releases/${VERSION:R}/
EXTRACT_SUFX=	.tar.xz

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes
USE_TOOLS+=	gmake msgfmt itstool pkg-config

# Fails without GNU msgfmt
_TOOLS_USE_PKGSRC.msgfmt=	yes

MAINTAINER=	youri@NetBSD.org
LICENSE=	gnu-gpl-v3

TOOL_DEPENDS+=	${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2


.include "../../lang/python/pyversion.mk"
.include "../../x11/gtk3/buildlink3.mk"