# $Id: Portfile 21855 2007-02-10 16:50:41Z rhwood@macports.org $ PortSystem 1.0 name DesktopManager version 0.5.3 categories aqua platforms darwin maintainers mww@opendarwin.org description Virtual Desktops for Mac OS X long_description DesktopManager brings Virtual Desktops to Mac OS X. \ It is utilizing the Quartz engine to make damn cool \ animations while switching desktops (e. g. cube). homepage http://desktopmanager.berlios.de/ master_sites http://download.berlios.de/desktopmanager/ distname ${distname}.src checksums md5 23548a9f4160dcfd80725afb1f7160a4 worksrcdir DesktopManager use_configure no build.type pbx build.target -buildstyle Deployment set xcodebuilddir build platform darwin 8 { if {$xcodeversion == "2.1"} { set xcodebuilddir build/Deployment } } destroot { xinstall -d -m 755 ${destroot}/Applications/MacPorts file copy ${worksrcpath}/${xcodebuilddir}/Desktop\ Manager.app \ ${destroot}/Applications/MacPorts }