EAPI=5 inherit games DESCRIPTION="Ncurses frontend to chess engines supporting the XBoard protocol" HOMEPAGE="" SRC_URI="http://sourceforge.net/projects/c-board/files/${P}.tar.bz2" LICENSE="" SLOT="0" KEYWORDS="amd64" IUSE="nls ncurses" DEPEND="" RDEPEND="${DEPEND}" src_configure () { econf $(use_enable nls) econf $(use_with ncurses) } src_install() { emake DESTDIR="${D}" install }