70f43d63b9
Provided in PR 13059 by Ben Collver (collver@linuxfreemail.com) Texi2roff is an unmaintained program program to convert Texinfo to troff. Beverly Erlebacher wrote the program and made the last release in the late 1980's. William Bader produced a patch in 1996 adding numerous commands and other functionality. Alain Knaff added a translation table to generate man pages, and uses it to generate the manuals for mtools. Ben Collver integrated William Bader's and Alain Knaff's changes and made minor cleanups.
17 lines
461 B
Makefile
17 lines
461 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2001/05/30 11:45:41 agc Exp $
|
|
|
|
DISTNAME= texi2roff-2.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=support/texi2roff/}
|
|
|
|
MAINTAINER= collver@linuxfreemail.com
|
|
HOMEPAGE= http://texinfo.org/texi2roff/
|
|
COMMENT= Texinfo-to-ROFF direct translator
|
|
|
|
ALL_TARGET=
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/texi2roff ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/texi2roff.1 ${PREFIX}/man/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|