summaryrefslogtreecommitdiff
path: root/sysutils/xfce4-diskperf-plugin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xfce4-diskperf-plugin/Makefile')
-rw-r--r--sysutils/xfce4-diskperf-plugin/Makefile21
1 files changed, 6 insertions, 15 deletions
diff --git a/sysutils/xfce4-diskperf-plugin/Makefile b/sysutils/xfce4-diskperf-plugin/Makefile
index 63225d1dec7e..4874ecf565db 100644
--- a/sysutils/xfce4-diskperf-plugin/Makefile
+++ b/sysutils/xfce4-diskperf-plugin/Makefile
@@ -1,35 +1,26 @@
PORTNAME= xfce4-diskperf-plugin
-PORTVERSION= 2.7.1
+PORTVERSION= 2.8.0
CATEGORIES= sysutils xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
MAINTAINER= danilo@FreeBSD.org
COMMENT= Graphical representation of the disk IO
-WWW= https://docs.xfce.org/panel-plugins/xfce4-diskperf-plugin/start
+WWW= https://docs.xfce.org/panel-plugins/xfce4-diskperf-plugin
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
-
-USES= compiler:c11 gettext-tools gnome gmake libtool pkgconfig \
- tar:bzip2 xfce
-USE_GNOME= cairo gdkpixbuf gtk30
+USES= compiler:c11 gettext-tools gnome meson pkgconfig tar:xz xfce
+USE_GNOME= gtk30
USE_XFCE= libmenu panel
-GNU_CONFIGURE= yes
-INSTALL_TARGET= install-strip
-
-LIBS+= -ldevstat
-
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
-NLS_CONFIGURE_ENABLE= nls
+
NLS_USES= gettext-runtime
post-patch-NLS-off:
- @${REINPLACE_CMD} -e 's|[[:blank:]]po||' \
- -e 's|po$$||' ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build
.include <bsd.port.mk>