pkgsrc/x11/mate-menus/Makefile
youri 3787332c6a Import mate-menus-1.14.0 as x11/mate-menus.
mate-menus contains the libmate-menu library, the layout configuration
files for the MATE menu, as well as a simple menu editor.

The libmate-menu library implements the "Desktop Menu Specification"
from freedesktop.org.

mate-menus is a fork of gnome-menus.
2016-05-21 18:59:08 +00:00

25 lines
806 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/05/21 18:59:08 youri Exp $
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= mate-menus-${MATE_VERSION}
CATEGORIES= sysutils
COMMENT= Implementation of the desktop menu specification for MATE
PKGCONFIG_OVERRIDE+= libmenu/libmate-menu.pc.in
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
.include "options.mk"
INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/mate-menus
MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg/menus
CONF_FILES+= ${PREFIX}/share/examples/mate-menus/xdg/menus/mate-applications.menu \
${PKG_SYSCONFDIR}/xdg/menus/mate-applications.menu
CONF_FILES+= ${PREFIX}/share/examples/mate-menus/xdg/menus/mate-settings.menu \
${PKG_SYSCONFDIR}/xdg/menus/mate-settings.menu
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"