1PORTNAME= xfce4-xkb-plugin 2PORTVERSION= 0.9.0 3CATEGORIES= deskutils xfce 4MASTER_SITES= XFCE/panel-plugins 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Keyboard layout switching plugin for the Xfce panel 8WWW= https://docs.xfce.org/panel-plugins/xfce4-xkb-plugin 9 10LICENSE= gpl2 11 12LIB_DEPENDS= libxklavier.so:x11/libxklavier 13 14USES= compiler:c11 gettext-tools gnome meson pkgconfig tar:xz xfce \ 15 xorg 16USE_GNOME= gtk30 librsvg2 libwnck3 17USE_XFCE= garcon libmenu panel xfconf 18USE_XORG= x11 19 20OPTIONS_DEFINE= NLS NOTIFY 21OPTIONS_DEFAULT= NOTIFY 22OPTIONS_SUB= yes 23 24NLS_USES= gettext-runtime 25 26NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify 27NOTIFY_MESON_ENABLED= libnotify 28 29post-patch-NLS-off: 30 @${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build 31 32.include <bsd.port.mk> 33