# $Id: Portfile 29809 2007-10-10 12:16:38Z ryandesign@macports.org $ PortSystem 1.0 name Freecell version 2.1 categories aqua games platforms darwin maintainers nomaintainer@macports.org description classic solitaire game long_description ${description} homepage http://randomoracle.com/freecell/ master_sites ${homepage}downloads/ dist_subdir ${name}/${version} distname freecell checksums \ md5 87a4c96424247ed0f17f7949acadf967 \ sha1 f5e937c6322f78d42dc7b864a0d456fb253f7fd3 \ rmd160 68c29c3b6697ad66a11ca87d4754cfde1bbdb770 worksrcdir Freecell use_configure no build.type pbx build.target -configuration Deployment set xcodebuilddir build platform darwin 8 { if {$xcodeversion == "2.1"} { set xcodebuilddir build/Deployment } } destroot { xinstall -m 755 -d ${destroot}/Applications/MacPorts file copy ${worksrcpath}/${xcodebuilddir}/${name}.app \ ${destroot}/Applications/MacPorts/ } universal_variant no