00acb5eae5
Calculator is an application that solves mathematical equations and is suitable as a default application in a Desktop environment.
18 lines
507 B
Makefile
18 lines
507 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/05/14 14:02:19 youri Exp $
|
|
|
|
.include "../../meta-pkgs/mate/Makefile.common"
|
|
|
|
DISTNAME= mate-calc-${VERSION:R}.1
|
|
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"
|