summaryrefslogtreecommitdiff
path: root/x11/xfce4-taskmanager/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2007-01-22 16:45:10 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2007-01-22 16:45:10 +0000
commit307bdced85efa099cb28882bf2904d68809a7547 (patch)
treea8d9f0fef2ab3a02971ab0000c95884bb3b29557 /x11/xfce4-taskmanager/Makefile
parent- Update to 0.7.2 (diff)
Import xfce 4.4
- remove all obsolete ports or plugins - update all plugins to their latest version to support xfce 4.4 (otherwise they won't compile with 4.4)
Notes
Notes: svn path=/head/; revision=182986
Diffstat (limited to 'x11/xfce4-taskmanager/Makefile')
-rw-r--r--x11/xfce4-taskmanager/Makefile21
1 files changed, 16 insertions, 5 deletions
diff --git a/x11/xfce4-taskmanager/Makefile b/x11/xfce4-taskmanager/Makefile
index 518bb3f51bad..a1778ddc2a3e 100644
--- a/x11/xfce4-taskmanager/Makefile
+++ b/x11/xfce4-taskmanager/Makefile
@@ -6,15 +6,26 @@
#
PORTNAME= xfce4-taskmanager
-PORTVERSION= 0.2.1
+PORTVERSION= 0.4.0.r2
CATEGORIES= x11 xfce
-MASTER_SITES= http://download.berlios.de/xfce-goodies/
+MASTER_SITES= http://xfce4-taskmanager.nebulon.de/
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/}
+DIST_SUBDIR= xfce4
MAINTAINER= DaJoob@dajoob.com
COMMENT= A task manager for XFCE
-BUILD_DEPENDS= xfwm4:${PORTSDIR}/x11-wm/xfce4-wm
+CONFIGURE_ENV= PKG_CONFIG_PATH=${X11BASE}/libdata/pkgconfig:${LOCALBASE}/libdata/pkgconfig
-USE_AUTOTOOLS= automake:19 autoconf:259
+GNU_CONFIGURE= yes
+USE_BZIP= yes
+USE_GCC= 3.4+
+USE_GETTEXT= yes
+USE_GMAKE= yes
+USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
+USE_XFCE= configenv libgui
+USE_XLIB= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk"
+.include <bsd.port.post.mk>