# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit games DESCRIPTION="cboard" 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 }