summaryrefslogtreecommitdiffstats
path: root/x11-wm/xfce4
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /x11-wm/xfce4
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm/xfce4')
-rw-r--r--x11-wm/xfce4/Makefile69
-rw-r--r--x11-wm/xfce4/files/XFce43
-rw-r--r--x11-wm/xfce4/files/XFce4.desktop3
-rw-r--r--x11-wm/xfce4/pkg-descr6
-rw-r--r--x11-wm/xfce4/pkg-plist4
5 files changed, 0 insertions, 85 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile
deleted file mode 100644
index 5073527b8..000000000
--- a/x11-wm/xfce4/Makefile
+++ /dev/null
@@ -1,69 +0,0 @@
-# New ports collection makefile for: xfce4
-# Date created: 9 June 2003
-# Whom: James Earl <jdearl@telus.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xfce
-PORTVERSION= 4.2.3.2
-PORTREVISION= 3
-CATEGORIES= x11-wm xfce
-MASTER_SITES= # empty
-DISTFILES= # empty
-EXTRACT_ONLY= # empty
-
-MAINTAINER= oliver@FreeBSD.org
-COMMENT= The "meta-port" for the XFce 4 desktop environment
-
-RUN_DEPENDS= ${LOCALBASE}/lib/xfce4/mcs-plugins/ui_plugin.so:${PORTSDIR}/sysutils/xfce4-mcs-plugins \
- xfwm4:${PORTSDIR}/x11-wm/xfce4-wm \
- xfce4-appfinder:${PORTSDIR}/misc/xfce4-appfinder \
- xfce4-session:${PORTSDIR}/x11-wm/xfce4-session \
- xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel \
- ${LOCALBASE}/lib/xfce4/panel-plugins/libtriggerlauncher.so:${PORTSDIR}/x11/xfce4-trigger-launcher \
- xfdesktop:${PORTSDIR}/x11-wm/xfce4-desktop \
- startxfce4:${PORTSDIR}/sysutils/xfce4-utils \
- xffm:${PORTSDIR}/x11-fm/xfce4-fm \
- xfprint4:${PORTSDIR}/print/xfce4-print \
- xfce4-iconbox:${PORTSDIR}/misc/xfce4-iconbox \
- ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libxfce.so:${PORTSDIR}/x11-themes/gtk-xfce-engine
-
-.if exists(${LOCALBASE}/sbin/gdm)
-WITH_GDM= yes
-.endif
-
-.if defined(WITH_GDM)
-RUN_DEPENDS+= ${LOCALBASE}/sbin/gdm:${PORTSDIR}/x11/gdm
-PLIST_SUB+= GDM=""
-.else
-PLIST_SUB+= GDM="@comment "
-.endif
-
-.if !defined(WITHOUT_EXTRAS)
-.if !defined(WITHOUT_THEMES)
-RUN_DEPENDS+= ${LOCALBASE}/share/xfce4/mime/Rodent.mime.xml:${PORTSDIR}/x11-themes/xfce4-icon-theme
-.endif
-
-.if !defined(WITHOUT_PLUGINS)
-RUN_DEPENDS+= ${LOCALBASE}/lib/xfce4/panel-plugins/libmixer.so:${PORTSDIR}/audio/xfce4-mixer \
- ${LOCALBASE}/lib/xfce4/panel-plugins/libsystray.so:${PORTSDIR}/x11-wm/xfce4-systray \
- xfce4-tips:${PORTSDIR}/games/xfce4-toys
-.endif
-.endif
-
-LATEST_LINK= xfce4
-NO_BUILD= yes
-USE_GNOME= gtk20
-
-do-install: # empty
-
-post-install:
-.if defined(WITH_GDM)
- @${TEST} -d ${LOCALBASE}/etc/gdm/Sessions || \
- ${MKDIR} -p ${LOCALBASE}/etc/gdm/Sessions
- @${INSTALL_SCRIPT} ${FILESDIR}/XFce4 ${LOCALBASE}/etc/gdm/Sessions
- @${INSTALL_DATA} ${FILESDIR}/XFce4.desktop ${LOCALBASE}/etc/dm/Sessions
-.endif
-
-.include <bsd.port.mk>
diff --git a/x11-wm/xfce4/files/XFce4 b/x11-wm/xfce4/files/XFce4
deleted file mode 100644
index 815c3eed7..000000000
--- a/x11-wm/xfce4/files/XFce4
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-startxfce4
diff --git a/x11-wm/xfce4/files/XFce4.desktop b/x11-wm/xfce4/files/XFce4.desktop
deleted file mode 100644
index 8fb3ee397..000000000
--- a/x11-wm/xfce4/files/XFce4.desktop
+++ /dev/null
@@ -1,3 +0,0 @@
-[Desktop Entry]
-Name=XFce4
-Exec=/usr/X11R6/etc/gdm/Sessions/XFce4
diff --git a/x11-wm/xfce4/pkg-descr b/x11-wm/xfce4/pkg-descr
deleted file mode 100644
index e0d82837f..000000000
--- a/x11-wm/xfce4/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-XFce 4 Desktop Environment
-
-This package does not contain anything by itself - it is a "meta-port" that
-depends on other XFce 4 packages.
-
-WWW: http://www.xfce.org
diff --git a/x11-wm/xfce4/pkg-plist b/x11-wm/xfce4/pkg-plist
deleted file mode 100644
index d8ef9ae74..000000000
--- a/x11-wm/xfce4/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-%%GDM%%@unexec rm -f %%LOCAL1BASE%%/etc/dm/Sessions/XFce4.desktop
-%%GDM%%@unexec rm -f %%LOCALBASE%%/etc/gdm/Sessions/XFce4
-%%GDM%%@dirrmtry %%LOCALBASE%%/etc/gdm/Sessions
-%%GDM%%@dirrmtry %%LOCALBASE%%/etc/gdm