1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/print/latex2rtf/Makefile
Joerg Wunsch a8ae7c61aa Upgrade to version 2.0.0. According to the release notes, this version
has already incorporated the patch mentioned in the PR.

PR:		ports/138797
2010-02-11 14:16:24 +00:00

30 lines
673 B
Makefile

# New ports collection makefile for: latex2rtf
# Date created: 14 Dec 1999
# Whom: Joerg Wunsch <joerg@FreeBSD.org>
#
# $FreeBSD$
#
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
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>