pkgsrc-wip/latex2rtf/Makefile
Peter Bex 81bcb66dd5 LaTeX2rtf is a translator program which is intended to translate a
LaTeX document (precisely: the text and a limited subset of LaTeX tags)
into the RTF format which can be imported by several textprocessors
(including Microsoft Word for Windows and Word for Macintosh).
2004-04-28 15:41:51 +00:00

18 lines
476 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/04/28 15:41:51 airhead Exp $
#
DISTNAME= latex2rtf-1.9.15
CATEGORIES= print wip
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=latex2rtf/}
MAINTAINER= airhead@users.sourceforge.net
HOMEPAGE= http://latex2rtf.sourceforge.net/
COMMENT= Filter that converts LaTeX into RTF (MS's Rich Text Format)
NO_CONFIGURE= yes
USE_BUILDLINK3= yes
INSTALL_TARGET= install install-info
.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"