diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-24 14:41:27 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-24 14:41:27 +0000 |
commit | cd8e340011f6c1ef5b1dce3a1f98458af0257aa5 (patch) | |
tree | 101a2846ba67fc4bc0388bebf6afd4f31301e676 /print/hyperlatex/Makefile | |
parent | 7a499f15a32d06f883365574167f7e65037014e5 (diff) | |
download | ports-cd8e340011f6c1ef5b1dce3a1f98458af0257aa5.tar.gz ports-cd8e340011f6c1ef5b1dce3a1f98458af0257aa5.zip |
Notes
Diffstat (limited to 'print/hyperlatex/Makefile')
-rw-r--r-- | print/hyperlatex/Makefile | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/print/hyperlatex/Makefile b/print/hyperlatex/Makefile index 1d18b3553789..e29080df5aa9 100644 --- a/print/hyperlatex/Makefile +++ b/print/hyperlatex/Makefile @@ -6,21 +6,27 @@ # PORTNAME= Hyperlatex -PORTVERSION= 2.5 -PORTREVISION= 1 +PORTVERSION= 2.6 CATEGORIES= print -MASTER_SITES= ftp://ftp.cs.uni-magdeburg.de/pub/ipe/ +MASTER_SITES= http://www.cs.uu.nl/~otfried/Hyperlatex/ MAINTAINER= witr@rwwa.com COMMENT= Produce HTML and printed documents from LaTeX source -BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs20 -RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs20 \ - latex:${PORTSDIR}/print/latex +BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs21 +RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs21 \ + latex:${PORTSDIR}/print/teTeX \ + ppmtogif:${PORTSDIR}/graphics/netpbm +USE_REINPLACE= yes LATEX_DIR= ${PREFIX}/share/texmf/tex/latex HYPERLATEX_DIR= ${PREFIX}/share/texmf/tex/latex/hyperlatex +do-configure: + @(cd ${WRKSRC} && \ + ${REINPLACE_CMD} -e 's|http://www.cs.uu.nl/\\~{}otfried/img/||' siteinit.hlx && \ + ${REINPLACE_CMD} -e 's|$$HOME/Hyperlatex/Hlx|${PREFIX}/share/texmf/tex/latex/hyperlatex|' hyperlatex) + do-build: cd ${WRKSRC}; emacs -batch -q -no-site-file -l hyperlatex.el -f hyperlatex-compile |