a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21856 2007-02-10 16:53:18Z rhwood@macports.org $
PortSystem 1.0
name X-MasTree
version 1.2
categories aqua amusements
platforms darwin
maintainers nomaintainer@macports.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/MacPorts
file mkdir ${appPath}
file copy "${worksrcpath}/build/${name}.app" ${appPath}
}