1PORTNAME= xfce4-calculator-plugin 2PORTVERSION= 0.8.0 3CATEGORIES= math xfce 4MASTER_SITES= XFCE/panel-plugins 5DIST_SUBDIR= xfce4 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Simple calculator for the Xfce panel 9WWW= https://docs.xfce.org/panel-plugins/xfce4-calculator-plugin/start 10 11LICENSE= gpl2 12 13USES= compiler:c11 gettext-tools gnome meson pkgconfig tar:xz xfce \ 14 xorg 15USE_GNOME= gtk30 16USE_XFCE= libmenu panel 17USE_XORG= x11 18 19OPTIONS_DEFINE= NLS 20OPTIONS_SUB= yes 21 22NLS_USES= gettext-runtime 23 24post-patch-NLS-off: 25 @${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build 26 27.include <bsd.port.mk> 28