diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/xfce4-desktop/Makefile | 29 | ||||
-rw-r--r-- | x11-wm/xfce4-desktop/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/xfce4-desktop/pkg-descr | 6 | ||||
-rw-r--r-- | x11-wm/xfce4-desktop/pkg-plist | 30 |
5 files changed, 67 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 387f3cc965c4..c23f3b93bd7a 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -98,6 +98,7 @@ SUBDIR += wmx SUBDIR += xfce SUBDIR += xfce4 + SUBDIR += xfce4-desktop SUBDIR += xfce4-wm SUBDIR += xwmm SUBDIR += yawm diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile new file mode 100644 index 000000000000..e4fc0912de82 --- /dev/null +++ b/x11-wm/xfce4-desktop/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: xfdesktop +# Date created: 7 June 2003 +# Whom: James Earl <jdearl@telus.net> +# +# $FreeBSD$ +# + +PORTNAME= xfce4-desktop +PORTVERSION= 3.99.2 +CATEGORIES= x11-wm +MASTER_SITES= http://www.xfce.org/archive/xfce4-rc2/src/ \ + ftp://ftp.unix-ag.org/user/bmeurer/xfce4/rc2/separate/ \ + http://usuarios.lycos.es/xfce4/tarballs/rc2/separate/ \ + http://linux.imp.mx/xfce4/rc2/xfce4-rc2/src/ +DISTNAME= xfdesktop-${PORTVERSION} +DIST_SUBDIR= xfce4 + +MAINTAINER= ports@FreeBSD.org +COMMENT= XFce 4 desktop background manager and root menu + +BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager +LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 + +USE_GNOME= gtk20 +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/x11-wm/xfce4-desktop/distinfo b/x11-wm/xfce4-desktop/distinfo new file mode 100644 index 000000000000..07fac9480efe --- /dev/null +++ b/x11-wm/xfce4-desktop/distinfo @@ -0,0 +1 @@ +MD5 (xfce4/xfdesktop-3.99.2.tar.gz) = d9ae203f5f23abe17feea1181b9aca08 diff --git a/x11-wm/xfce4-desktop/pkg-descr b/x11-wm/xfce4-desktop/pkg-descr new file mode 100644 index 000000000000..7e445c91d21a --- /dev/null +++ b/x11-wm/xfce4-desktop/pkg-descr @@ -0,0 +1,6 @@ +XFce 4 desktop background manager. This program sets the background image +and provides a root window menu. The module also provides two settings +manager dialogs that allow you to change the background and change the +number of workspaces. + +WWW: http://www.xfce.org diff --git a/x11-wm/xfce4-desktop/pkg-plist b/x11-wm/xfce4-desktop/pkg-plist new file mode 100644 index 000000000000..be4bf04e972b --- /dev/null +++ b/x11-wm/xfce4-desktop/pkg-plist @@ -0,0 +1,30 @@ +bin/xfdesktop +etc/xfce4/menu.xml +lib/xfce4/mcs-plugins/backdrop_settings.a +lib/xfce4/mcs-plugins/backdrop_settings.la +lib/xfce4/mcs-plugins/backdrop_settings.so +lib/xfce4/mcs-plugins/workspaces_settings.a +lib/xfce4/mcs-plugins/workspaces_settings.la +lib/xfce4/mcs-plugins/workspaces_settings.so +share/xfce4/backdrops/flower.png +share/xfce4/backdrops/xfce4gradientcurve.png +share/xfce4/backdrops/xfce4logo.png +share/xfce4/backdrops/xfce-in-the-moon.png +share/xfce4/backdrops/xfce-stripes.png +share/xfce4/backdrops/xfce-stellar-tile.png +share/xfce4/backdrops/xfce-turbulence.png +share/xfce4/doc/C/images/root_menu.png +share/xfce4/doc/C/images/root_menu2.png +share/xfce4/doc/C/images/select_bg_color.png +share/xfce4/doc/C/images/xfdesktop-background.png +share/xfce4/doc/C/images/xfdesktop-workspace.png +share/xfce4/doc/C/images/xfdesktop-list.png +share/xfce4/doc/C/xfdesktop.html +@unexec rmdir %D/etc/xfce4 2>/dev/null || true +@unexec rmdir %D/lib/xfce4/mcs-plugins 2>/dev/null || true +@unexec rmdir %D/lib/xfce4 2>/dev/null || true +@dirrm share/xfce4/backdrops +@unexec rmdir %D/share/xfce4/doc/C/images 2>/dev/null || true +@unexec rmdir %D/share/xfce4/doc/C 2>/dev/null || true +@unexec rmdir %D/share/xfce4/doc 2>/dev/null || true +@unexec rmdir %D/share/xfce4 2>/dev/null || true |