# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games S="${WORKDIR}/${PN}" DESCRIPTION="A freecell game for X" HOMEPAGE="http://www2.giganet.net/~nakayama/" SRC_URI="http://www2.giganet.net/~nakayama/${P}.tgz" KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" IUSE="" RDEPEND="virtual/x11" DEPEND="${RDEPEND} >=sys-apps/sed-4" src_unpack() { unpack ${A} sed -i \ -e "s:-g -Wall:${CXXFLAGS}:" "${S}/makefile" \ || die "sed makefile failed" } src_install() { dogamesbin xfreecell || die "dogamesbin failed" dodoc CHANGES README mshuffle.txt || die "dodoc failed" doman xfreecell.6 || die "doman failed" prepgamesdirs }