Changeset 14466 for trunk/dports


Ignore:
Timestamp:
Oct 8, 2005, 1:35:41 AM (19 years ago)
Author:
toby
Message:

Fix

Location:
trunk/dports/aqua/QemuX
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/aqua/QemuX/Portfile

    r12756 r14466  
    1 # $Id: Portfile,v 1.3 2005/06/20 23:51:53 matt Exp $
     1# $Id: Portfile,v 1.4 2005/10/08 01:35:41 toby Exp $
    22
    33PortSystem 1.0
     4PortGroup xcode 1.0
    45
    56name                    QemuX
    6 version                 0.14b
     7version                 2005-04-14
    78categories              aqua emulators
    89platforms               darwin
     
    1516                       
    1617                       
    17 master_sites            http://cordney.com/QemuX/download/
    18 checksums               md5 0b87a0aa6f17380727d66b857c1b6888
     18master_sites            ${homepage}download/
     19checksums               sha1 8727c1e04d5386f024e9496082dd8b12b6291ab7
    1920
    20 distname                ${name}_2005-01-02-src
     21distname                ${name}_${version}-src
    2122
    22 set worksrcdir          ${name}
     23worksrcdir              ${name}
    2324
    24 use_configure           no
    25 
    26 build.type              pbx
    27 build.args              -buildstyle Deployment
    28 build.target            -project QemuX.xcode -target QemuX
    29 
    30 destroot {              set appPath ${destroot}/Applications/DarwinPorts
    31                         file mkdir ${appPath}
    32                         file copy "${worksrcpath}/build/${name}.app" ${appPath}
    33                         }
    34 
     25patchfiles              patch-QemuX.xcode__project.pbxproj
Note: See TracChangeset for help on using the changeset viewer.