aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xfce4-places-plugin
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2011-03-03 10:12:30 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2011-03-03 10:12:30 +0000
commit6f4ce81280e8188f1b8dbaa092858fded2abc02e (patch)
treec562f41d08d739c18c1ae57328d9c042e20c2282 /sysutils/xfce4-places-plugin
parenta7d0f2f1180a5ad6ad2935884415f5e86bd32114 (diff)
downloadports-6f4ce81280e8188f1b8dbaa092858fded2abc02e.tar.gz
ports-6f4ce81280e8188f1b8dbaa092858fded2abc02e.zip
Welcome XFCE 4.8 to the portstree!
Special Thanks to: miwi, Olivier Duchateau <duchateau.olivier@gmail.com>
Notes
Notes: svn path=/head/; revision=270185
Diffstat (limited to 'sysutils/xfce4-places-plugin')
-rw-r--r--sysutils/xfce4-places-plugin/Makefile17
1 files changed, 13 insertions, 4 deletions
diff --git a/sysutils/xfce4-places-plugin/Makefile b/sysutils/xfce4-places-plugin/Makefile
index 207c997c3c7c..1ed931091556 100644
--- a/sysutils/xfce4-places-plugin/Makefile
+++ b/sysutils/xfce4-places-plugin/Makefile
@@ -7,20 +7,29 @@
PORTNAME= xfce4-places-plugin
PORTVERSION= 1.2.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= sysutils xfce
-MASTER_SITES= http://archive.xfce.org/src/panel-plugins/${PORTNAME}/1.2/
+MASTER_SITES= ${MASTER_SITE_XFCE}
+MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
-#DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= miwi@FreeBSD.org
COMMENT= A file browser launcher for XFce4 panel plugin
+BROKEN= Does not work with xfce 4.8
+
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
-USE_XFCE= configenv panel thunar
+USE_XFCE= configenv panel thunar thunarvfs
+
+# exo_url_show function is still missing
+#post-patch:
+# @${REINPLACE_CMD} -e 's|--libs "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g; \
+# s|--cflags "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g; \
+# s|exo-0.3|exo-1|g' \
+# ${WRKSRC}/configure
.include <bsd.port.mk>