# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="A UNIX-hosted, curses-based clone of the nifty little Macintosh freeware game Galaxis" HOMEPAGE="http://www.catb.org/~esr/galaxis/" SRC_URI="http://www.catb.org/~esr/galaxis/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" RDEPEND=">=sys-libs/ncurses-5.4" DEPEND="${RDEPEND} >=sys-apps/sed-4" src_unpack() { unpack ${A} cd ${S} # Modify CFLAGS sed -i \ -e "/^CFLAGS/s:-g:${CFLAGS}:" \ Makefile || die "sed Makefile failed" } src_compile() { emake || die "emake failed" } src_install() { doman galaxis.6 dodoc README dogamesbin galaxis prepgamesdirs }