# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Console font editor" HOMEPAGE="http://lrn.ru/~osgene/" SRC_URI="http://lrn.ru/~osgene/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="x86" IUSE="debug" DEPEND="virtual/glibc sys-libs/ncurses" src_compile() { if [ `use debug` ] then debug_conf="--enable-debug" FEATURES=${FEATURES}" nostrip" fi econf ${debug_conf} || die "./configure failed" emake || die "emake failed" } src_install() { # It's easier to manually install the program than to make the ancient # Makefile behave properly ... dobin cfe doman cfe.1 dodoc ChangeLog INSTALL THANKS dummy.fnt }