# $Id: Portfile,v 1.2 2006/02/15 17:30:43 olegb 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	opendarwin
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
}
