File:  [cvs.NetBSD.org] / pkgsrc / misc / mate-calc / Makefile
Revision 1.35: download - view: text, annotated - select for diffs
Sat Apr 6 08:06:19 2024 UTC (13 months ago) by wiz
Branches: MAIN
CVS tags: HEAD
* recursive bump for libxkbcommon 1.7.0

Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0

# $NetBSD: Makefile,v 1.35 2024/04/06 08:06:19 wiz Exp $

PKGREVISION= 8
.include "../../meta-pkgs/mate/Makefile.common"

DISTNAME=	mate-calc-${VERSION:R}.0
CATEGORIES=	misc

COMMENT=	Calculator for MATE Desktop

# "error: 'for' loop initial declarations are only allowed in C99 mode"
# 'unknown type name ulong' when building in strict ISO C mode
FORCE_C_STD=	gnu99

.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../devel/glib2/schemas.mk"
BUILDLINK_API_DEPENDS.mpfr+=	mpfr>=4.0.2
.include "../../math/mpfr/buildlink3.mk"
.include "../../math/mpcomplex/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>