pkgsrc/textproc/texi2roff/Makefile
wiz e1e2ff0628 Replace collver@linuxfreemail.com with collver1@attbi.com.
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523,
19524, 19525 and some more, perhaps.
2002-12-24 18:55:32 +00:00

17 lines
450 B
Makefile

# $NetBSD: Makefile,v 1.2 2002/12/24 18:55:43 wiz Exp $
DISTNAME= texi2roff-2.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=support/texi2roff/}
MAINTAINER= collver1@attbi.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"