summaryrefslogtreecommitdiff
path: root/print/rtf2latex/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-12-30 17:49:03 +0000
committertron <tron@pkgsrc.org>1998-12-30 17:49:03 +0000
commitf27ceef623c70e52717638df66aba3375300ed9c (patch)
tree7293152260164d8ffd045b5c5e2f6287b0e4a61b /print/rtf2latex/Makefile
parentff0d1e64bbaf693e00391013bad8e4413cdba2bc (diff)
downloadpkgsrc-f27ceef623c70e52717638df66aba3375300ed9c.tar.gz
Initial import of FreeBSD's "rtf2latex" port:
rtf2LaTeX is a filter built on Paul DuBois' RTF reader that converts RTF (Microsoft's Rich Text Format) into LaTeX.
Diffstat (limited to 'print/rtf2latex/Makefile')
-rw-r--r--print/rtf2latex/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/print/rtf2latex/Makefile b/print/rtf2latex/Makefile
new file mode 100644
index 00000000000..c2141f121b5
--- /dev/null
+++ b/print/rtf2latex/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: rtf2LaTeX
+# Version required: 1.5
+# Date created: 25 Jan 1995
+# Whom: Thomas Gellekum <tg@FreeBSD.org>
+#
+# FreeBSD Id: Makefile,v 1.7 1998/08/31 07:51:40 tg Exp
+#
+
+DISTNAME= rtf2LaTeX.1.5
+PKGNAME= rtf2latex-1.5
+CATEGORIES= print
+MASTER_SITES= ftp://ftp.dante.de/pub/tex/support/rtf2latex/
+
+MAINTAINER= ports@FreeBSD.ORG
+
+WRKSRC= ${WRKDIR}/rtf2LaTeX
+MAN1= rtf2LaTeX.1
+
+post-extract:
+ ${CP} ${FILESDIR}/Makefile ${WRKSRC}
+
+.include <bsd.port.mk>