# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="A Tic Tac Toe clone for the console" HOMEPAGE="http://nettoe.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc README NEWS TO-DO BUGS AUTHORS prepgamesdirs }