# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.4.ebuild,v 1.13 2005/05/30 18:07:02 swegener Exp $ inherit toolchain-funcs DESCRIPTION="multi-purpose text editor for the X Window System" HOMEPAGE="http://nedit.org/" SRC_URI="mirror://sourceforge/nedit/${P}-source.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc ~mips amd64 alpha" IUSE="spell" RDEPEND="spell? ( virtual/aspell-dict ) virtual/x11" DEPEND="${RDEPEND} dev-util/yacc x11-libs/openmotif" src_compile() { make CC=$(tc-getCC) linux || die } src_install() { into /usr dobin source/nedit exeinto /usr/bin newexe source/nc neditc newman doc/nedit.man nedit.1 newman doc/nc.man neditc.1 dodoc README ReleaseNotes ChangeLog COPYRIGHT cd doc dodoc *.txt nedit.doc README.FAQ NEdit.ad dohtml *.{dtd,xsl,xml,html,awk} }