diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index 1e7bb44a75e1..7555f37c0d1f 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -1,43 +1,47 @@ # Created by: James Earl # $FreeBSD$ PORTNAME= xfce4-desktop PORTVERSION= 4.12.0 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= xfdesktop-${PORTVERSION} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce's desktop manager LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libnotify.so:${PORTSDIR}/devel/libnotify GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_GNOME= glib20 gtk20 intltool intlhack libwnck USE_XFCE= garcon thunar USES= pkgconfig gmake gettext-tools xfce tar:bzip2 USE_XORG= x11 sm CONFIGURE_ARGS+=--enable-gio-unix \ - --enable-notifications \ - --with-file-manager-fallback=Thunar + --enable-notifications -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= NLS THUNAR +OPTIONS_DEFAULT= THUNAR NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls +THUNAR_USE= xfce=thunar +THUNAR_CONFIGURE_ENABLE= thunarx +THUNAR_CONFIGURE_WITH= file-manager-fallback=Thunar +THUNAR_DESC= Thunar file manager support OPTIONS_SUB= yes .include post-patch: .if !${PORT_OPTIONS:MNLS} @${REINPLACE_CMD} -e 's|po ||' ${WRKSRC}/Makefile.in .endif .include