1 | # $Id: Portfile,v 1.4 2004/07/21 15:23:15 mww Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name DesktopManager |
---|
6 | version 0.5.2-rc2 |
---|
7 | categories aqua |
---|
8 | platforms darwin |
---|
9 | maintainers mww@opendarwin.org |
---|
10 | description Virtual Desktops for Mac OS X |
---|
11 | long_description DesktopManager brings Virtual Desktops to Mac OS X. \ |
---|
12 | It is utilizing the Quartz engine to make damn cool \ |
---|
13 | animations while switching desktops (e. g. cube). |
---|
14 | |
---|
15 | homepage http://wsmanager.sourceforge.net/ |
---|
16 | master_sites sourceforge:wsmanager |
---|
17 | distname ${distname}.src |
---|
18 | checksums md5 88326f51e1675385a0753163a22fa92d |
---|
19 | |
---|
20 | |
---|
21 | variant current { patchfiles dskm.diff |
---|
22 | patch.args -p1 } |
---|
23 | |
---|
24 | worksrcdir DesktopManager |
---|
25 | |
---|
26 | use_configure no |
---|
27 | |
---|
28 | build.type pbx |
---|
29 | build.target |
---|
30 | |
---|
31 | destroot { |
---|
32 | xinstall -d -m 755 ${destroot}/Applications/DarwinPorts |
---|
33 | file copy ${worksrcpath}/build/Desktop\ Manager.app \ |
---|
34 | ${destroot}/Applications/DarwinPorts |
---|
35 | } |
---|