a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name DesktopManager
version 0.5.3
categories aqua
platforms darwin
maintainers nomaintainer@macports.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
}