WidthOfScreen and HeightOfScreen implementation window picker: disconnect signal handlers in dispose function window picker: add icon to prefs dialog window picker: disable vertical expand of button in prefs dialog window picker: add icon for taskbar to About dialog maximus: don’t crash on invalid window ID Translations update
24 lines
887 B
Makefile
24 lines
887 B
Makefile
# $NetBSD: Makefile,v 1.9 2018/05/14 13:05:34 youri Exp $
|
|
|
|
.include "../../meta-pkgs/mate/Makefile.common"
|
|
|
|
DISTNAME= mate-netbook-${VERSION}
|
|
CATEGORIES= wm
|
|
|
|
COMMENT= Simple window management tool for MATE desktop
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/mate-netbook
|
|
|
|
MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg/autostart
|
|
CONF_FILES+= ${PREFIX}/share/examples/mate-netbook/xdg/autostart/mate-maximus-autostart.desktop \
|
|
${PKG_SYSCONFDIR}/xdg/autostart/mate-maximus-autostart.desktop
|
|
.include "../../devel/glib2/schemas.mk"
|
|
|
|
.include "../../x11/mate-desktop/buildlink3.mk"
|
|
.include "../../x11/mate-panel/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libwnck3/buildlink3.mk"
|
|
.include "../../x11/libfakekey/buildlink3.mk"
|
|
.include "../../x11/libunique/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|