# $Id: Portfile,v 1.3 2005/06/20 23:52:26 matt Exp $ PortSystem 1.0 name X-MasTree version 1.2 categories aqua amusements platforms darwin maintainers darwinports@opendarwin.org homepage http://www.jschilling.net/sw_xmastree.php description Christmas tree long_description A Christmas tree for your Mac. master_sites http://uselessapps.crazyideas.info/software/ checksums md5 3f520e193590199f669f3815f8a9cd6f dist_subdir ${name}/${version} distname ${name}Source use_zip yes use_configure no build.type pbx build.args -buildstyle Deployment build.target -project X-MasTree.xcode -target X-MasTree destroot { set appPath ${destroot}/Applications/DarwinPorts file mkdir ${appPath} file copy "${worksrcpath}/build/${name}.app" ${appPath} }