# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="GNU groff wrapper allowing UTF-8 input" HOMEPAGE="http://www.haible.de/bruno/packages-groff-utf8.html" SRC_URI="http://www.haible.de/bruno/gnu/${PN}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=sys-apps/groff-1.18.1" S="${WORKDIR}/${PN}" src_install() { make install DESTDIR=${D} PREFIX=/usr || die "make install failed" }