summaryrefslogtreecommitdiffstats
path: root/print/hyperlatex/Makefile
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-07-24 14:41:27 +0000
committerarved <arved@FreeBSD.org>2003-07-24 14:41:27 +0000
commit9576ae3fbbcda13e56ddebb5b3f1671f2d8ac1e5 (patch)
tree685904b930507c24ded2171542e109c767d68897 /print/hyperlatex/Makefile
parentcfd8e745d49831853fb89ba4c4a57be7a5aee8dc (diff)
downloadFreeBSD-ports-9576ae3fbbcda13e56ddebb5b3f1671f2d8ac1e5.zip
FreeBSD-ports-9576ae3fbbcda13e56ddebb5b3f1671f2d8ac1e5.tar.gz
Update to 2.6
PR: 52564 Submitted by: Roland Jesse <roland.jesse@gmx.net>
Diffstat (limited to 'print/hyperlatex/Makefile')
-rw-r--r--print/hyperlatex/Makefile18
1 files changed, 12 insertions, 6 deletions
diff --git a/print/hyperlatex/Makefile b/print/hyperlatex/Makefile
index 1d18b35..e29080d 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
OpenPOWER on IntegriCloud