1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 DESCRIPTION
="GNU groff wrapper allowing UTF-8 input"
5 HOMEPAGE
="http://www.haible.de/bruno/packages-groff-utf8.html"
6 SRC_URI
="http://www.haible.de/bruno/gnu/${PN}.tar.gz"
15 DEPEND
=">=sys-apps/groff-1.18.1"
20 emake
install DESTDIR
="${D}" PREFIX
=/usr || die
"make install failed"
24 sed 's/^NROFF.*\/usr\/bin\/nroff -mandoc/NROFF\t\t\/usr\/bin\/groff-utf8 -Tutf8 -c -mandoc/' -i /etc
/man.conf
28 sed 's/groff-utf8 -Tutf8 -c -mandoc/nroff -mandoc/g' -i /etc
/man.conf