Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0

name Gridlock
version 1.8
categories games aqua
platforms darwin
maintainers nomaintainer@macports.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/MacPorts
file copy ${build.dir}/build/${name}.app \
${destroot}/Applications/MacPorts
}