# $Id: Portfile,v 1.1 2003/12/31 01:21:12 mww Exp $ PortSystem 1.0 name Gridlock version 1.8 categories games aqua platforms darwin maintainers mww@opendarwin.org description Grid-based board games collection, including AI and network play long_description A collection of grid-based board games, including \ Ataxx, Reversi, Checkers, Gomoku, Connect Four, \ Breakthrough, Glass Bead, and Life. You can play \ against the computer or over the network. homepage http://www.dozingcat.com master_sites ${homepage}/${name}/ distname ${name}-src18 checksums md5 cea9cf92b4bce9b1c67edcddb152634b use_configure no build.dir ${workpath}/${name} build.type pbx build.target destroot { file mkdir ${destroot}/Applications/DarwinPorts file copy ${build.dir}/build/${name}.app \ ${destroot}/Applications/DarwinPorts }