blob: e7fdf709d55f76c0d0ca643549f30c5a3609de20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile,v 1.7 2018/05/14 13:04:51 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}
.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"
|