summaryrefslogtreecommitdiff
path: root/print/tex-hugelatex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/tex-hugelatex/Makefile')
-rw-r--r--print/tex-hugelatex/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/print/tex-hugelatex/Makefile b/print/tex-hugelatex/Makefile
new file mode 100644
index 00000000000..d7b56106252
--- /dev/null
+++ b/print/tex-hugelatex/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/04 18:43:54 hubertf Exp $
+#
+
+DISTNAME= hugelatex-1.0
+PKGNAME= ex-${DISTNAME}
+CATEGORIES= print
+MASTER_SITES= # none
+DISTFILES= # nada
+
+MAINTAINER= hubertf@netbsd.org
+COMMENT= LaTeX format files with large limits
+
+DEPENDS+= teTeX-1.0*:../teTeX
+
+EXTRACT_ONLY= # nothing
+NO_CHECKSUM= yes
+NO_PATCH= yes
+NO_BUILD= yes
+WRKSRC= ${WRKDIR}
+
+TEXMF_CNF= ${LOCALBASE}/share/texmf/web2c/texmf.cnf
+
+do-install:
+ ${CP} -p ${TEXMF_CNF} ${TEXMF_CNF}-before-hugelatex
+ ${CAT} ${FILESDIR}/texmf.cnf-add >>${TEXMF_CNF}
+ cd `dirname ${TEXMF_CNF}`; \
+ echo "" | ${PREFIX}/bin/latex -ini -fmt=hugelatex -progname=hugelatex latex.ini || ${TRUE}; \
+ ${RM} -f texsys.aux
+ ${RM} -f ${PREFIX}/bin/hugelatex
+ ${LN} -s latex ${PREFIX}/bin/hugelatex
+ ${PREFIX}/bin/mktexlsr
+
+.include "../../mk/bsd.pkg.mk"