diff options
author | miwi <miwi@FreeBSD.org> | 2007-09-07 23:02:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-09-07 23:02:27 +0800 |
commit | 7f49eb816081e7ec95760f9b8fc11a787f37db5c (patch) | |
tree | c909c7aa6a0fbbec98da9a7f52e4a519bc75fb5d /x11/xfce4-wmdock-plugin | |
parent | 6f3875470e4663b3dc84f8b5df9d47c3c9c8a050 (diff) | |
download | freebsd-ports-gnome-7f49eb816081e7ec95760f9b8fc11a787f37db5c.tar.gz freebsd-ports-gnome-7f49eb816081e7ec95760f9b8fc11a787f37db5c.tar.zst freebsd-ports-gnome-7f49eb816081e7ec95760f9b8fc11a787f37db5c.zip |
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
Diffstat (limited to 'x11/xfce4-wmdock-plugin')
-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 |
4 files changed, 40 insertions, 0 deletions
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 |