# $Id: Portfile 30227 2007-10-22 22:55:58Z jmpp@macports.org $

PortSystem       1.0
name             galaxis
version          1.7
categories       games
maintainers      nomaintainer
description      UNIX clone of the Mac game Galaxis
long_description \
    UNIX-hosted, curses-based clone of the nifty little Macintosh \
    freeware game Galaxis. The code is POSIX-conforming and was \
    written under Linux using the ncurses library\; it should part \
    readily to any System V. BSD sites using the inferior native \
    BSD curses will lose some features (no color, nor arrow-key \
    support).
homepage         http://www.catb.org/~esr/galaxis/
platforms        darwin
master_sites     sunsite:games/strategy
checksums        md5 5251b71f7e7cf0bb57b3f6c2cfc887e3
patch {
    reinplace s|\$.ROOT./usr|\$\{DESTDIR\}${prefix}|g $worksrcpath/Makefile
}
use_configure    no
build.target     ${name}
