19 lines
520 B
Makefile
19 lines
520 B
Makefile
# $NetBSD: Makefile,v 1.7 2019/07/21 22:25:23 wiz Exp $
|
|
|
|
PKGREVISION= 1
|
|
.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"
|