# $Id: Portfile,v 1.3 2005/06/20 23:51:53 matt Exp $ PortSystem 1.0 name QemuX version 0.14b categories aqua emulators platforms darwin maintainers darwinports@opendarwin.org homepage http://cordney.com/QemuX/ description Cocoa interface to the qemu software long_description QemuX claims to be a powerful UI (User Interface) for \ the qmu CPU emulator. master_sites http://cordney.com/QemuX/download/ checksums md5 0b87a0aa6f17380727d66b857c1b6888 distname ${name}_2005-01-02-src set worksrcdir ${name} use_configure no build.type pbx build.args -buildstyle Deployment build.target -project QemuX.xcode -target QemuX destroot { set appPath ${destroot}/Applications/DarwinPorts file mkdir ${appPath} file copy "${worksrcpath}/build/${name}.app" ${appPath} }