pkgsrc/x11/mate-menus/Makefile
youri 1ece2689e6 mate-menus: update to 1.21.0:
### mate-menus 1.21.0

    udpate examples
    backports from gnome-menus
    use G_BEGIN/END_DECLS
    require gio-unix, drop python example
    require gio-unix
    drop python2 support
2019-01-16 18:03:02 +00:00

25 lines
878 B
Makefile

# $NetBSD: Makefile,v 1.10 2019/01/16 18:03:02 youri Exp $
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= mate-menus-${VERSION}
CATEGORIES= sysutils
COMMENT= Implementation of the desktop menu specification for MATE
PKGCONFIG_OVERRIDE+= libmenu/libmate-menu.pc.in
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --enable-introspection
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 "../../devel/gobject-introspection/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"