# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="dynamic virtual terminal manager" HOMEPAGE="http://www.brain-dump.org/projects/dvtm/" SRC_URI="http://www.brain-dump.org/projects/dvtm/dvtm-0.3.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~x86" IUSE="unicode" DEPEND="sys-libs/ncurses" RDEPEND="" src_compile() { if use unicode ; then make unicode install else make install fi }