30 lines
972 B
Makefile
30 lines
972 B
Makefile
# $NetBSD: Makefile,v 1.22 2019/07/21 22:26:01 wiz Exp $
|
|
|
|
.include "../../meta-pkgs/mate/Makefile.common"
|
|
|
|
PKGREVISION= 3
|
|
DISTNAME= mate-desktop-${VERSION:R}.1
|
|
CATEGORIES= x11
|
|
|
|
COMMENT= MATE desktop library
|
|
|
|
TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
|
|
TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
|
|
|
|
PKGCONFIG_OVERRIDE+= libmate-desktop/mate-desktop-2.0.pc.in
|
|
|
|
REPLACE_SH+= tools/mate-gsettings-toggle
|
|
|
|
SUBST_CLASSES= prefix
|
|
SUBST_FILES.prefix= schemas/org.mate.background.gschema.xml
|
|
SUBST_MESSAGE.prefix= Fixing prefix
|
|
SUBST_STAGE.prefix= pre-install
|
|
SUBST_SED.prefix= -e 's,$${prefix},${PREFIX},'
|
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../graphics/librsvg/tool.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../textproc/iso-codes/buildlink3.mk"
|
|
.include "../../devel/dconf/buildlink3.mk"
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|