summaryrefslogtreecommitdiff
path: root/converters/latex2rtf/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2000-03-08 00:20:16 +0000
committerwiz <wiz>2000-03-08 00:20:16 +0000
commitb2020fb0676e84e26d0790a0b3bf2cbfec5f9872 (patch)
treea6288a521682fdbbd0027a01ebaa0894a8f0d127 /converters/latex2rtf/Makefile
parentfcc24c0209750e56ac5c89678fa60c1a3e7c5705 (diff)
downloadpkgsrc-b2020fb0676e84e26d0790a0b3bf2cbfec5f9872.tar.gz
Initial import of latex2rtf, based on pkg/9563 by
Brook Milligan <brook@biology.nmsu.edu>
Diffstat (limited to 'converters/latex2rtf/Makefile')
-rw-r--r--converters/latex2rtf/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/converters/latex2rtf/Makefile b/converters/latex2rtf/Makefile
new file mode 100644
index 00000000000..256da9ffddf
--- /dev/null
+++ b/converters/latex2rtf/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/03/08 00:20:16 wiz Exp $
+#
+
+DISTNAME= latex2rtf-1.8aa
+PKGNAME= latex2rtf-1.8a
+CATEGORIES= print
+MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=support/latex2rtf/}
+
+MAINTAINER= brook@nmsu.edu
+HOMEPAGE= http://www.kfa-juelich.de/isr/1/texconv/latex2rtf.html
+
+INFO_FILES= latex2rtf.info
+
+INSTALL_TARGET= simple_install simple_cfg_install
+
+post-extract:
+ ${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.in
+ ${RM} -f ${WRKSRC}/*.o
+
+do-configure:
+ ${SED} < ${WRKSRC}/${MAKEFILE}.in > ${WRKSRC}/${MAKEFILE} \
+ -e 's:@PREFIX@:${PREFIX}:'
+
+post-install:
+ for f in ${INFO_FILES}; do ${INSTALL_DATA} ${WRKSRC}/doc/$$f ${PREFIX}/info/$$f; done
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/latex2rtf
+ ${INSTALL_DATA} ${WRKSRC}/doc/l2r.html ${PREFIX}/share/doc/latex2rtf/latex2rtf.html
+ ${INSTALL_DATA} ${WRKSRC}/doc/l2r.pdf ${PREFIX}/share/doc/latex2rtf/latex2rtf.pdf
+
+.include "../../mk/bsd.pkg.mk"