summaryrefslogtreecommitdiffstats
path: root/sysutils/xfce4-showdesktop-plugin/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-03 04:49:36 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-03 04:49:36 +0800
commit4f0fb9aed85d143945114e5698a0830a2d212f74 (patch)
treeb9b8c775c5961dc06aa9581a1699c5bfc275e544 /sysutils/xfce4-showdesktop-plugin/Makefile
parente0489f0bc1f2814a9540f7d7ba4376ac3ba8b434 (diff)
downloadmarcuscom-ports-4f0fb9aed85d143945114e5698a0830a2d212f74.tar
marcuscom-ports-4f0fb9aed85d143945114e5698a0830a2d212f74.tar.gz
marcuscom-ports-4f0fb9aed85d143945114e5698a0830a2d212f74.tar.bz2
marcuscom-ports-4f0fb9aed85d143945114e5698a0830a2d212f74.tar.lz
marcuscom-ports-4f0fb9aed85d143945114e5698a0830a2d212f74.tar.xz
marcuscom-ports-4f0fb9aed85d143945114e5698a0830a2d212f74.tar.zst
marcuscom-ports-4f0fb9aed85d143945114e5698a0830a2d212f74.zip
- LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7483 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/xfce4-showdesktop-plugin/Makefile')
-rw-r--r--sysutils/xfce4-showdesktop-plugin/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/sysutils/xfce4-showdesktop-plugin/Makefile b/sysutils/xfce4-showdesktop-plugin/Makefile
new file mode 100644
index 000000000..3db5601a1
--- /dev/null
+++ b/sysutils/xfce4-showdesktop-plugin/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: xfce-showdesktop-plugin
+# Date created: 04 August 2003
+# Whom: Thorsten Greiner <thorsten.greiner@web.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xfce4-showdesktop-plugin
+PORTVERSION= 0.3.0
+PORTREVISION= 8
+CATEGORIES= sysutils xfce
+MASTER_SITES= http://download.berlios.de/xfce-goodies/
+DIST_SUBDIR= xfce4
+
+MAINTAINER= thorsten.greiner@web.de
+COMMENT= Xfce 4 Plugin to minimize/unminimize all windows
+
+BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
+LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
+ xfce4util.1:${PORTSDIR}/x11/libxfce4util \
+ xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui
+RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+USE_GNOME= gtk20
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+
+.include <bsd.port.mk>