Ticket #2709: Portfile

File Portfile, 862 bytes (added by shadow@…, 19 years ago)

Portfile (revised)

Line 
1# $Id: Portfile,v 1.4 2004/07/21 15:23:15 mww Exp $
2
3PortSystem 1.0
4
5name            DesktopManager
6version         0.5.2-rc2
7categories      aqua
8platforms       darwin
9maintainers     mww@opendarwin.org
10description     Virtual Desktops for Mac OS X
11long_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
15homepage        http://wsmanager.sourceforge.net/
16master_sites    sourceforge:wsmanager
17distname        ${distname}.src
18checksums       md5 88326f51e1675385a0753163a22fa92d
19
20
21variant current { patchfiles    dskm.diff
22                  patch.args    -p1 }
23
24worksrcdir      DesktopManager
25
26use_configure   no
27
28build.type      pbx
29build.target
30
31destroot        {
32        xinstall -d -m 755 ${destroot}/Applications/DarwinPorts
33        file copy ${worksrcpath}/build/Desktop\ Manager.app \
34                ${destroot}/Applications/DarwinPorts
35}