diff options
Diffstat (limited to 'mail/xfce4-mailwatch-plugin/Makefile')
-rw-r--r-- | mail/xfce4-mailwatch-plugin/Makefile | 28 |
1 files changed, 11 insertions, 17 deletions
diff --git a/mail/xfce4-mailwatch-plugin/Makefile b/mail/xfce4-mailwatch-plugin/Makefile index ccce870280aa..0ee2cc0abbdb 100644 --- a/mail/xfce4-mailwatch-plugin/Makefile +++ b/mail/xfce4-mailwatch-plugin/Makefile @@ -1,5 +1,5 @@ PORTNAME= xfce4-mailwatch-plugin -PORTVERSION= 1.3.2 +PORTVERSION= 1.4.0 CATEGORIES= mail xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 @@ -11,28 +11,22 @@ WWW= https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin/start LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libgnutls.so:security/gnutls \ - libharfbuzz.so:print/harfbuzz +LIB_DEPENDS= libgnutls.so:security/gnutls -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ - tar:bzip2 xfce xorg -USE_GNOME= cairo gdkpixbuf glib20 gtk30 +USES= compiler:c11 gettext-tools gnome meson pkgconfig tar:xz xfce \ + xorg +USE_GNOME= glib20 gtk30 USE_XFCE= libexo panel USE_XORG= x11 -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip +OPTIONS_DEFINE= IPV6 NLS +OPTIONS_SUB= yes -OPTIONS_DEFINE= IPV6 NLS -OPTIONS_SUB= yes +IPV6_MESON_ENABLED= ipv6 -IPV6_CONFIGURE_ENABLE= ipv6 +NLS_USES= gettext-runtime -NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext-runtime - -post-patch: - @${REINPLACE_CMD} -e 's|xfce-mail|mail-send|' \ - ${WRKSRC}/panel-plugin/mailwatch-plugin.c +post-patch-NLS-off: + @${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build .include <bsd.port.mk> |