diff options
author | tonio <tonio@pkgsrc.org> | 2005-11-08 20:02:52 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-11-08 20:02:52 +0000 |
commit | 3faa5453a507b40dfafbbd603eeaef260ad68562 (patch) | |
tree | ccf4795eff0f77630dc5efc678177b8e7b37d0bc /textproc/latex2html/Makefile | |
parent | 7a229c83081fe7440ff1b06f9d375e28fcebecf1 (diff) | |
download | pkgsrc-3faa5453a507b40dfafbbd603eeaef260ad68562.tar.gz |
Convert ot use tex.buildlink3.mk
latex2html installs it's latex files in ${PKG_LOCALTEXMFPREFIX}
Diffstat (limited to 'textproc/latex2html/Makefile')
-rw-r--r-- | textproc/latex2html/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 02e938541da..14d26a90922 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/10/09 20:02:29 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2005/11/08 20:02:52 tonio Exp $ DISTNAME= latex2html-2002-2-1 PKGNAME= latex2html-2002.2.1 @@ -10,9 +10,9 @@ MAINTAINER= wennmach@NetBSD.org HOMEPAGE= http://www.latex2html.org/ COMMENT= LaTeX to HTML converter -DEPENDS+= teTeX-bin>=1.0.6:../../print/teTeX-bin DEPENDS+= netpbm>=10.29nb2:../../graphics/netpbm +LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3 USE_TOOLS+= perl:run GNU_CONFIGURE= yes @@ -20,11 +20,12 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-gif # add support of GIF images CONFIGURE_ARGS+= --enable-png # add support of PNG images -CONFIGURE_ARGS+= --with-texpath=${PREFIX}/share/texmf/tex/latex/html +CONFIGURE_ARGS+= --with-texpath=${PKG_LOCALTEXMFPREFIX}/tex/latex/html CONFIGURE_ARGS+= --shlibdir=${PREFIX}/share/latex2html .if defined(LATEX2HTML_ICONPATH) CONFIGURE_ARGS+= --with-iconpath=${LATEX2HTML_ICONPATH} .endif +.include "../../mk/tex.buildlink3.mk" .include "../../mk/ghostscript.mk" .include "../../mk/bsd.pkg.mk" |