4322e631e3
Change log: mate-calc 1.22.2 * Translations update * parserfunc: Return NULL on NOT operation overflow * mp-serializer: fix scientific presentation of complex numbers
18 lines
512 B
Makefile
18 lines
512 B
Makefile
# $NetBSD: Makefile,v 1.8 2019/12/30 22:43:28 gutteridge Exp $
|
|
|
|
.include "../../meta-pkgs/mate/Makefile.common"
|
|
|
|
DISTNAME= mate-calc-${VERSION:R}.2
|
|
CATEGORIES= misc
|
|
|
|
COMMENT= Calculator for MATE Desktop
|
|
|
|
TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
|
|
|
|
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"
|