# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="An ncurses-based mastermind clone" HOMEPAGE="http://freshmeat.net/projects/braincurses/" SRC_URI="http://uhaweb.hartford.edu/hyland/derr/${P}.tar.gz" LICENSE="freedist" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="sys-libs/ncurses" S=${WORKDIR}/${PN} src_install() { dogamesbin braincurses dodoc README THANKS Changelog prepgamesdirs }