# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup           xcode 1.0

name                Gridlock
# From archive website, latest version appears to be 2.1 from 2009
version             1.10
categories          games aqua
license             MIT BSD-old
maintainers         nomaintainer
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            https://web.archive.org/web/20161002225955/http://dozingcatsoftware.com/
master_sites        macports_distfiles
distname            ${name}_src110
worksrcdir          ${name}
use_zip             yes
checksums           md5     488d759ff0de7d5fae52c299892e3019 \
                    sha1    01d5dc011dd9ab017f06956d142bc6868d602117 \
                    rmd160  38865d400ee734458f637b4e5d818f1b997d8138

supported_archs     i386 ppc

patchfiles          nodelay.patch

if {${os.major} >= 10} {
    patchfiles-append NSObject+Extensions.m.patch
}

livecheck.type      none
