summaryrefslogtreecommitdiff
path: root/x11/xfce4-taskmanager/Makefile
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2018-06-03 18:16:35 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2018-06-03 18:16:35 +0000
commit5df75b9cc3b94ca15cba2e93bb656b0a289afcbf (patch)
tree71cd605088babeb755a986d5aad4a256d83e4a1b /x11/xfce4-taskmanager/Makefile
parent- Update to 2.9.8 (diff)
- Update xfce4-taskmanager to 1.2.1
- Add GTK3 option, disabled by default since it's off by default in upstream configure script - Add NLS option - Add required INSTALLS_ICONS - Remove patches applied upstream
Notes
Notes: svn path=/head/; revision=471499
Diffstat (limited to 'x11/xfce4-taskmanager/Makefile')
-rw-r--r--x11/xfce4-taskmanager/Makefile25
1 files changed, 17 insertions, 8 deletions
diff --git a/x11/xfce4-taskmanager/Makefile b/x11/xfce4-taskmanager/Makefile
index 36e9227bb1ae..e108e7c0364e 100644
--- a/x11/xfce4-taskmanager/Makefile
+++ b/x11/xfce4-taskmanager/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= xfce4-taskmanager
-PORTVERSION= 1.2.0
-PORTREVISION= 1
+PORTVERSION= 1.2.1
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
@@ -15,15 +14,25 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
- libfreetype.so:print/freetype2
+ libfreetype.so:print/freetype2
GNU_CONFIGURE= yes
-USES= gettext gmake localbase pkgconfig tar:bzip2
-USE_GNOME= gtk20 glib20 cairo gdkpixbuf2 intltool libwnck
+USES= gettext-tools gmake localbase pkgconfig tar:bzip2
+USE_GNOME= glib20 cairo gdkpixbuf2 intltool libwnck
USE_XORG= ice sm x11 xmu xt
+INSTALLS_ICONS= yes
-CONFIGURE_ARGS+= --disable-gksu \
- --disable-gtk3 --disable-wnck3 \
- --enable-wnck
+CONFIGURE_ARGS+= --disable-silent-rules --disable-gksu \
+ --disable-wnck3 --enable-wnck
+
+OPTIONS_DEFINE= GTK3 NLS
+OPTIONS_SUB= yes
+
+GTK3_CONFIGURE_ENABLE= gtk3
+GTK3_USE= GNOME=gtk30
+GTK3_USE_OFF= GNOME=gtk20
+
+NLS_CONFIGURE_ENABLE= nls
+NLS_USES= gettext-runtime
.include <bsd.port.mk>