diff options
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/xfce4-wmdock-plugin/Makefile | 25 | ||||
-rw-r--r-- | x11/xfce4-wmdock-plugin/distinfo | 3 | ||||
-rw-r--r-- | x11/xfce4-wmdock-plugin/pkg-descr | 5 | ||||
-rw-r--r-- | x11/xfce4-wmdock-plugin/pkg-plist | 7 |
5 files changed, 41 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index bf44f602434a..c581d28b7171 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -355,6 +355,7 @@ SUBDIR += xfce4-quicklauncher-plugin SUBDIR += xfce4-screenshooter-plugin SUBDIR += xfce4-taskmanager + SUBDIR += xfce4-wmdock-plugin SUBDIR += xfce4-xfapplet-plugin SUBDIR += xfd SUBDIR += xfindproxy diff --git a/x11/xfce4-wmdock-plugin/Makefile b/x11/xfce4-wmdock-plugin/Makefile new file mode 100644 index 000000000000..015bc724cb78 --- /dev/null +++ b/x11/xfce4-wmdock-plugin/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: xfce4-wmdock-plugin +# Date created: 7 September 2007 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xfce4-wmdock-plugin +PORTVERSION= 0.1.6 +CATEGORIES= x11 xfce +MASTER_SITES= http://www.ibh.de/~ellguth/develop/ + +MAINTAINER= miwi@FreeBSD.org +COMMENT= WMdock plugin for XFCE + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GETTEXT= yes +INSTALLS_ICONS= yes +USE_GMAKE= yes +USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig libwnck +USE_XFCE= configenv libgui panel +USE_XLIB= yes + +.include <bsd.port.mk> diff --git a/x11/xfce4-wmdock-plugin/distinfo b/x11/xfce4-wmdock-plugin/distinfo new file mode 100644 index 000000000000..a33ffa745e13 --- /dev/null +++ b/x11/xfce4-wmdock-plugin/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4-wmdock-plugin-0.1.6.tar.bz2) = a9f8d5504fa1bbded2c3ccfb2fd415c1 +SHA256 (xfce4-wmdock-plugin-0.1.6.tar.bz2) = 381ed68f1f9632e1e1087c57e7d5b8dec8174f1ec3c7231e059e17bc0a6a16fc +SIZE (xfce4-wmdock-plugin-0.1.6.tar.bz2) = 254247 diff --git a/x11/xfce4-wmdock-plugin/pkg-descr b/x11/xfce4-wmdock-plugin/pkg-descr new file mode 100644 index 000000000000..0878da18b8c5 --- /dev/null +++ b/x11/xfce4-wmdock-plugin/pkg-descr @@ -0,0 +1,5 @@ +The WMdock plugin is a compatibility layer for running WindowMaker dockapps +on the XFCE desktop. It integrates the dockapps into a panel, closely +resembling the look and feel of the WindowMaker dock or clip, respectively. + +WWW: http://www.ibh.de/~ellguth/xfce4-wmdock-plugin.html diff --git a/x11/xfce4-wmdock-plugin/pkg-plist b/x11/xfce4-wmdock-plugin/pkg-plist new file mode 100644 index 000000000000..516244c9e398 --- /dev/null +++ b/x11/xfce4-wmdock-plugin/pkg-plist @@ -0,0 +1,7 @@ +libexec/xfce4/panel-plugins/xfce4-wmdock-plugin +share/icons/hicolor/48x48/apps/xfce4-wmdock.png +share/xfce4/panel-plugins/wmdock.desktop +@dirrm share/xfce4/panel-plugins +@dirrm share/xfce4 +@dirrm libexec/xfce4/panel-plugins +@dirrm libexec/xfce4 |