19 lines
523 B
Makefile
19 lines
523 B
Makefile
# $NetBSD: Makefile,v 1.3 2018/11/14 22:22:03 kleink Exp $
|
|
|
|
PKGREVISION= 2
|
|
.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"
|