1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/print/rtf2latex/Makefile

23 lines
467 B
Makefile

# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $FreeBSD$
PORTNAME= rtf2latex
PORTVERSION= 1.5
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
MASTER_SITE_SUBDIR= support/rtf2latex
DISTNAME= rtf2LaTeX.${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A filter that converts RTF (MS Rich Text Format) into LaTeX
WRKSRC= ${WRKDIR}/rtf2LaTeX
MAN1= rtf2LaTeX.1
NO_STAGE= yes
post-extract:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include <bsd.port.mk>