summaryrefslogtreecommitdiff
path: root/x11/xfce4-taskmanager/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-24 20:04:28 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-05-24 20:04:28 +0000
commit89f281847cdc7ad1eb2737e54046f12f1a70bd16 (patch)
tree8e0e05e9301961c000257a0edd676cb8f4ff5242 /x11/xfce4-taskmanager/Makefile
parentFix for GDB bug #1948. Internally, this fixes a bad check in (diff)
A port of the XFCE-Goodies (WWW: http://xfce-goodies.berlios.de) task manager
application for XFCE. PR: ports/80840 Submitted by: Dan Barry <DaJoob@dajoob.com>
Notes
Notes: svn path=/head/; revision=136057
Diffstat (limited to 'x11/xfce4-taskmanager/Makefile')
-rw-r--r--x11/xfce4-taskmanager/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/xfce4-taskmanager/Makefile b/x11/xfce4-taskmanager/Makefile
new file mode 100644
index 000000000000..155c527282f8
--- /dev/null
+++ b/x11/xfce4-taskmanager/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: xfce4-taskbar-plugin
+# Date created: 5 May 2005
+# Whom: DaJoob
+#
+# $FreeBSD$
+#
+
+PORTNAME= xfce4-taskmanager
+PORTVERSION= 0.2.1
+CATEGORIES= x11 xfce
+MASTER_SITES= http://download.berlios.de/xfce-goodies/
+
+MAINTAINER= DaJoob@dajoob.com
+COMMENT= A task manager for XFCE
+
+BUILD_DEPENDS= xfwm4:${PORTSDIR}/x11-wm/xfce4-wm
+
+USE_AUTOMAKE_VER= 19
+USE_AUTOCONF_VER= 259
+
+pre-configure:
+ @cd ${WRKSRC} && ${PATCH} -pl < ${FILESDIR}/b4-conf.diff
+
+.include <bsd.port.mk>