# Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="A Brazilian portuguese dictionary for ispell" HOMEPAGE="http://www.ime.usp.br/~ueda/br.ispell" LICENSE="GPL-2" SLOT=0 MY_P="br.ispell-${PV}" S=${WORKDIR}/${MY_P} SRC_URI="http://www.ime.usp.br/~ueda/br.ispell/${MY_P}.tar.gz" DEPEND="app-text/ispell sys-apps/gawk" RDEPEND="${DEPEND}" src_compile() { emake VDIR=/usr/lib || die } src_install () { emake prefix=${D}usr HASHDIR=${D}usr/lib/ispell \ MANDIR=${D}usr/share/man install || die dodoc COPYING README }