pkgsrc/misc/mate-calc/Makefile
gutteridge c773861766 mate-calc: update to 1.24.2
Change log:

mate-calc 1.24.2

  * Translations update
  * mp-serializer: fix memory leaks reported by valgrind

mate-calc 1.24.1

  * Translations update
  * fixes incorrect parenthesis handling
  * build: silent build warnings for distcheck
  * use default MATE_COMPILE_WARNINGS level
  * math-buttons: add space character after inverse trig. functions
  * mate-calc.desktop: Do not collect the translation for Icon
  * Read authors (updated) from mate-calc.about
2021-05-04 00:07:28 +00:00

16 lines
459 B
Makefile

# $NetBSD: Makefile,v 1.18 2021/05/04 00:07:28 gutteridge Exp $
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= mate-calc-${VERSION:R}.2
CATEGORIES= misc
COMMENT= Calculator for MATE Desktop
USE_LANGUAGES= c
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../devel/glib2/schemas.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"