1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/print/latex2rtf/Makefile
Pav Lucistnik 59461e9a7d - Update to 1.9.19
PR:		ports/128963
Submitted by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by:	maintainer timeout (joerg; 1 month)
2008-12-17 16:38:26 +00:00

30 lines
703 B
Makefile

# New ports collection makefile for: latex2rtf
# Date created: 14 Dec 1999
# Whom: Joerg Wunsch <joerg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= latex2rtf
PORTVERSION= 1.9.19
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
${MASTER_SITE_TEX_CTAN}
MASTER_SITE_SUBDIR= ${PORTNAME} support/latex2rtf
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>