freebsd-ports/print/latex2rtf/Makefile

30 lines
673 B
Makefile
Raw Normal View History

# New ports collection makefile for: latex2rtf
# Date created: 14 Dec 1999
# Whom: Joerg Wunsch <joerg@FreeBSD.org>
#
# $FreeBSD$
#
2000-04-09 19:50:59 +02:00
PORTNAME= latex2rtf
PORTVERSION= 2.0.0
CATEGORIES= print
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-unix/${PORTVERSION} \
${MASTER_SITE_TEX_CTAN}
MAINTAINER= joerg@FreeBSD.org
COMMENT= Translator from LaTeX to RTF
2003-10-28 21:22:07 +01:00
MAN1= latex2rtf.1 latex2png.1
INFO= latex2rtf
USE_PERL5_BUILD=yes
INSTALL_TARGET= install install-info
pre-patch:
@${CP} ${WRKSRC}/doc/latex2rtf.info ${WRKSRC}/doc/latex2rtf.info.bak
@${TR} -d '\r\b\0' < ${WRKSRC}/doc/latex2rtf.info.bak > ${WRKSRC}/doc/latex2rtf.info
.include <bsd.port.mk>