# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 54543 2009-07-29 12:35:23Z snc@macports.org $

PortSystem      1.0

name            ski
version         6.5
revision        1
categories      games python
maintainers     nomaintainer
description     ASCII downhill skiing game
long_description \
    Imagine you are skiing down an infinite slope, facing such hazards \
    as trees, ice, bare ground, and the man-eating Yeti! Unfortunately, \
    you have put your jet-powered skis on backwards, so you can't see \
    ahead where you are going\; only behind where you have been. However, \
    you can turn to either side, jump or hop through the air, teleport \
    through hyperspace, launch nuclear ICBMs, and cast spells to call the \
    Fire Demon. And since the hazards occur in patches, you can \
    skillfully outmaneuver them. A fun and very silly game that proves \
    you don't need fancy graphical user interfaces to have a good time. \
    The internals of this game are actually kind of interesting. The \
    terrain generator is a simple cellular automaton that generates crude \
    2D fractals.
homepage        http://www.catb.org/~esr/ski/

platforms       darwin
depends_run     bin:python:python25

master_sites    sunsite:games
checksums       md5 f9cc93f7a0223f65b011b4c873ba50df

use_configure   no

destroot {
    xinstall -m 555 ${worksrcpath}/ski ${destroot}${prefix}/bin
    xinstall -m 444 ${worksrcpath}/ski.6 ${destroot}${prefix}/share/man/man6
}
