aboutsummaryrefslogtreecommitdiff
path: root/print/rtf2latex2e/Makefile
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2008-11-11 14:42:37 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2008-11-11 14:42:37 +0000
commite2b427f333ba339f0a2be71fa7a663753a0d675e (patch)
treeb1380de88cc6b08c845d376cce93dbdde3555946 /print/rtf2latex2e/Makefile
parentc5b621abd1aa04edcbe9ac7fe3b9af4224d05a3f (diff)
Notes
Diffstat (limited to 'print/rtf2latex2e/Makefile')
-rw-r--r--print/rtf2latex2e/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/print/rtf2latex2e/Makefile b/print/rtf2latex2e/Makefile
new file mode 100644
index 000000000000..c8185fd90fc3
--- /dev/null
+++ b/print/rtf2latex2e/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: rtf2latex2e
+# Date created: 13 Oct 2008
+# Whom: Martin Dieringer <martin.dieringer@gmx.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= rtf2latex2e
+PORTVERSION= 1.0
+CATEGORIES= print
+MASTER_SITES= SF
+MASTER_SITE_SUBDIR= rtf2latex2e
+DISTNAME= ${PORTNAME}Unix1
+
+MAINTAINER= martin.dieringer@gmx.de
+COMMENT= A newer filter that converts RTF (MS Rich Text Format) into LaTeX
+
+USE_GZIP= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+WRKSRC= ${WRKDIR}/${PORTNAME}Unix-${PORTVERSION}fc1/Unix
+
+.include <bsd.port.mk>