2003-07-28 18:25:07 +00:00
|
|
|
# New ports collection makefile for: xfce4
|
|
|
|
# Date created: 9 June 2003
|
|
|
|
# Whom: James Earl <jdearl@telus.net>
|
1997-08-31 17:10:46 +00:00
|
|
|
#
|
1999-08-31 03:04:38 +00:00
|
|
|
# $FreeBSD$
|
1997-08-31 17:10:46 +00:00
|
|
|
#
|
|
|
|
|
2003-09-04 07:53:10 +00:00
|
|
|
PORTNAME= xfce
|
2005-11-17 16:58:48 +00:00
|
|
|
PORTVERSION= 4.2.3.2
|
2005-03-18 18:30:39 +00:00
|
|
|
PORTREVISION= 0
|
2003-08-16 07:03:34 +00:00
|
|
|
CATEGORIES= x11-wm xfce
|
2003-07-28 18:25:07 +00:00
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
EXTRACT_ONLY= # empty
|
1997-08-31 17:10:46 +00:00
|
|
|
|
2003-08-17 07:40:39 +00:00
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
2003-07-28 18:25:07 +00:00
|
|
|
COMMENT= The "meta-port" for the XFce 4 desktop environment
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${X11BASE}/lib/xfce4/mcs-plugins/ui_plugin.so:${PORTSDIR}/sysutils/xfce4-mcs-plugins \
|
|
|
|
xfwm4:${PORTSDIR}/x11-wm/xfce4-wm \
|
2005-01-26 16:57:40 +00:00
|
|
|
xfce4-appfinder:${PORTSDIR}/misc/xfce4-appfinder \
|
|
|
|
xfce4-session:${PORTSDIR}/x11-wm/xfce4-session \
|
2003-07-28 18:25:07 +00:00
|
|
|
xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel \
|
2005-01-26 16:57:40 +00:00
|
|
|
${X11BASE}/lib/xfce4/panel-plugins/libtriggerlauncher.so:${PORTSDIR}/x11/xfce4-trigger-launcher \
|
2003-07-28 18:25:07 +00:00
|
|
|
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 \
|
2004-06-02 02:26:24 +00:00
|
|
|
${X11BASE}/lib/gtk-2.0/2.4.0/engines/libxfce.so:${PORTSDIR}/x11-themes/gtk-xfce-engine
|
2003-07-28 18:25:07 +00:00
|
|
|
|
2005-06-24 22:22:04 +00:00
|
|
|
.if exists(${X11BASE}/sbin/gdm)
|
2004-02-21 13:00:01 +00:00
|
|
|
WITH_GDM= yes
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_GDM)
|
2005-06-24 22:22:04 +00:00
|
|
|
RUN_DEPENDS+= ${X11BASE}/sbin/gdm:${PORTSDIR}/x11/gdm
|
2004-02-21 13:00:01 +00:00
|
|
|
PLIST_SUB+= GDM=""
|
|
|
|
.else
|
2004-02-22 09:49:56 +00:00
|
|
|
PLIST_SUB+= GDM="@comment "
|
2004-02-21 13:00:01 +00:00
|
|
|
.endif
|
|
|
|
|
2003-07-28 18:25:07 +00:00
|
|
|
.if !defined(WITHOUT_EXTRAS)
|
|
|
|
.if !defined(WITHOUT_THEMES)
|
2005-01-26 16:57:40 +00:00
|
|
|
RUN_DEPENDS+= ${X11BASE}/share/xfce4/mime/Rodent.mime.xml:${PORTSDIR}/x11-themes/xfce4-icon-theme
|
2003-07-28 18:25:07 +00:00
|
|
|
.endif
|
2001-10-23 05:49:02 +00:00
|
|
|
|
2003-07-28 18:25:07 +00:00
|
|
|
.if !defined(WITHOUT_PLUGINS)
|
|
|
|
RUN_DEPENDS+= ${X11BASE}/lib/xfce4/panel-plugins/libmixer.so:${PORTSDIR}/audio/xfce4-mixer \
|
|
|
|
${X11BASE}/lib/xfce4/panel-plugins/libsystray.so:${PORTSDIR}/x11-wm/xfce4-systray \
|
|
|
|
xfce4-tips:${PORTSDIR}/games/xfce4-toys
|
2002-01-22 21:30:42 +00:00
|
|
|
.endif
|
|
|
|
.endif
|
|
|
|
|
2003-09-06 19:22:32 +00:00
|
|
|
LATEST_LINK= xfce4
|
2003-07-28 18:25:07 +00:00
|
|
|
NO_BUILD= yes
|
2004-02-21 13:00:01 +00:00
|
|
|
USE_X_PREFIX= yes
|
2001-10-23 05:49:02 +00:00
|
|
|
|
2003-07-28 18:25:07 +00:00
|
|
|
do-install: # empty
|
2002-08-03 11:35:44 +00:00
|
|
|
|
2004-02-21 13:00:01 +00:00
|
|
|
post-install:
|
|
|
|
.if defined(WITH_GDM)
|
2004-04-16 18:25:16 +00:00
|
|
|
@${TEST} -d ${X11BASE}/etc/gdm/Sessions || \
|
|
|
|
${MKDIR} -p ${X11BASE}/etc/gdm/Sessions
|
2004-02-21 13:00:01 +00:00
|
|
|
@${INSTALL_SCRIPT} ${FILESDIR}/XFce4 ${X11BASE}/etc/gdm/Sessions
|
|
|
|
@${INSTALL_DATA} ${FILESDIR}/XFce4.desktop ${X11BASE}/etc/dm/Sessions
|
|
|
|
.endif
|
|
|
|
|
2003-07-28 18:25:07 +00:00
|
|
|
.include <bsd.port.mk>
|