# $Id: Portfile,v 1.4 2005/04/21 15:58:24 jberry Exp $ PortSystem 1.0 name xfce version 4.2.0 categories x11 maintainers jc@opendarwin.org description Virtual port XFCE4 base system long_description ${description} homepage http://www.xfce.org/ # depends on DP xfce4 depends_lib port:libxfcegui4 port:xfce-mcs-plugins \ port:xfwm4-themes port:xfce-utils \ port:xfce4-systray port:xfce4-trigger-launcher \ port:xfce4-icon-theme port:xfce4-iconbox \ bin:XXX:xfce4-panel port:gtk-xfce-engine \ bin:XXX:xfce4-appfinder port:xfce4-session \ bin:XXX:xfdesktop bin:XXX:xfprint \ bin:XXX:xfce4-toys bin:XXX:xfcalendar \ bin:XXX:xffm distfiles fetch { } checksum { } configure { } build { } destroot { file mkdir ${destroot}${prefix}/share/xfce4 file copy ${worksrcpath}/../../files/STARTME ${destroot}${prefix}/share/xfce4/ } post-destroot { ui_msg "To start xfce put \"exec startxfce4\" in your .xinitrc" }