# $Id: Portfile 65803 2010-04-01 07:15:57Z ryandesign@macports.org $

PortSystem 1.0
name             cheops
version          1.1
categories       games
maintainers      nomaintainer
description      CHEss OPponent Simulator
long_description \
    CHEOPS (CHEss OPponent Simulator) is a fully-functional chess \
    program capable of human-vs-human, human-vs-computer, and \
    computer-vs-computer play. It uses a 64-square linear array \
    board representation. The game tree search is alpha-beta, and \
    the static evaluation function considers material, mobility, \
    and motif features.
homepage         http://www.nothingisreal.com/cheops/
platforms        darwin

master_sites     sunsite:games/chess
use_bzip2        yes
checksums        md5 ced2dba9d0d6de77d538e04ff2909969

configure.args   --mandir=\\\${prefix}/share/man

livecheck.type   regex
livecheck.url    http://files.nothingisreal.com/software/cheops/
livecheck.regex  ${name}-(\[0-9.\]+)\\.tar
