# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name xfce version 4.12 revision 1 categories xfce platforms darwin license public-domain maintainers afb description Xfce Desktop Environment long_description \ Xfce is a lightweight desktop environment for unix-like operating systems. \ It aims to be fast and lightweight, while still being visually appealing and \ easy to use. homepage http://www.xfce.org/ master_sites http://archive.xfce.org/xfce/${version}/src/ # depends on MacPorts xfce4 depends_lib port:libxfce4ui \ port:gtk-xfce-engine \ port:xfconf \ port:xfwm4 \ port:exo \ port:tango-icon-theme \ port:xfce4-panel \ port:xfce4-appfinder \ port:xfce4-session \ port:xfce4-settings \ port:xfdesktop \ port:Thunar \ port:tumbler distfiles use_configure no supported_archs noarch build { } destroot { xinstall -d ${destroot}${prefix}/share/xfce4 file copy ${portpath}/${filesdir}/STARTME ${destroot}${prefix}/share/xfce4/ } post-destroot { ui_msg "To start xfce put \"exec startxfce4\" in your .xinitrc" }