diff options
author | asami <asami@FreeBSD.org> | 1995-05-02 09:03:29 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-02 09:03:29 +0000 |
commit | 95087d0b61dc55fb57e5736608a70a371305bcef (patch) | |
tree | cb6da347c80f4527e575f61aa9d73385d0c8b044 /print/rtf2latex/Makefile | |
parent | 729c3fd33af08b373466084b8ab50df47e1719c2 (diff) | |
download | FreeBSD-ports-95087d0b61dc55fb57e5736608a70a371305bcef.zip FreeBSD-ports-95087d0b61dc55fb57e5736608a70a371305bcef.tar.gz |
rtf2LaTeX is a filter that converts RTF (MS's Rich Text Format) into LaTeX.
Submitted by: thomas@ghpc8.ihf.rwth-aachen.de
Diffstat (limited to 'print/rtf2latex/Makefile')
-rw-r--r-- | print/rtf2latex/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/print/rtf2latex/Makefile b/print/rtf2latex/Makefile new file mode 100644 index 0000000..b48b3ac --- /dev/null +++ b/print/rtf2latex/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: rtf2LaTeX +# Version required: 1.5 +# Date created: 25 Jan 1995 +# Whom: thomas@ghpc8.ihf.rwth-aachen.de +# +# $Id$ +# + +DISTNAME= rtf2LaTeX.1.5 +PKGNAME= rtf2latex-1.5 +CATEGORIES+= printing +KEYWORDS+= RTF "Rich Text Format" LaTeX TeX +MASTER_SITES= ftp://ftp.dante.de/pub/tex/support/rtf2latex/ + +MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de + +WRKSRC= ${WRKDIR}/rtf2LaTeX + +.include <bsd.port.mk> |