# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-br/ispell-br-2.4.ebuild,v 1.3 2003/02/13 06:26:44 vapier Exp $ MY_P="br.ispell-${PV}" S=${WORKDIR}/${MY_P} DESCRIPTION="A Brazilian portuguese dictionary for ispell" HOMEPAGE="http://www.ime.usp.br/~ueda/br.ispell" SRC_URI="http://www.ime.usp.br/~ueda/br.ispell/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc ~alpha ~mips ~hppa" DEPEND="app-text/ispell sys-apps/gawk" src_compile() { emake VDIR=/usr/share/dict || die make palavras make paradigmas } src_install () { emake \ prefix=${D}usr \ VDIR=${D}/usr/share/dict \ HASHDIR=${D}usr/lib/ispell \ MANDIR=${D}usr/share/man \ install || die dodoc COPYING README }