# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-www/netrik/netrik-1.10.2.ebuild,v 1.5 2004/03/24 21:54:55 weeve Exp $ DESCRIPTION="A text based web browser with no ssl support." HOMEPAGE="http://netrik.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" KEYWORDS="~x86 ~sparc" DEPEND=">=sys-libs/ncurses-5.1 >=sys-libs/zlib-1.1.3 nls? ( sys-devel/gettext )" src_compile() { econf || die emake || die "Compile problem" } src_install() { make \ prefix=${D}/usr \ datadir=${D}/usr/share \ mandir=${D}/usr/share/man \ libdir=${D} install \ || die "Unablr to do install" }