Wed Mar 7 00:33:55 2012 UTC ()
Reduce tex2page's dependencies on TeX.


(minskim)
diff -r1.19 -r1.20 pkgsrc/textproc/tex2page/Makefile

cvs diff -r1.19 -r1.20 pkgsrc/textproc/tex2page/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/tex2page/Attic/Makefile 2012/02/06 12:41:45 1.19
+++ pkgsrc/textproc/tex2page/Attic/Makefile 2012/03/07 00:33:55 1.20
@@ -1,39 +1,46 @@ @@ -1,39 +1,46 @@
1# $NetBSD: Makefile,v 1.19 2012/02/06 12:41:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.20 2012/03/07 00:33:55 minskim Exp $
2# 2#
3 3
4DISTNAME= tex2page 4DISTNAME= tex2page
5DIST_SUBDIR= tex2page-20060131 5DIST_SUBDIR= tex2page-20060131
6PKGNAME= tex2page-20060131 6PKGNAME= tex2page-20060131
7PKGREVISION= 12 7PKGREVISION= 13
8CATEGORIES= textproc 8CATEGORIES= textproc
9MASTER_SITES= http://www.ccs.neu.edu/home/dorai/tex2page/ 9MASTER_SITES= http://www.ccs.neu.edu/home/dorai/tex2page/
10 10
11MAINTAINER= gdt@NetBSD.org 11MAINTAINER= gdt@NetBSD.org
12HOMEPAGE= http://www.ccs.neu.edu/home/dorai/tex2page/ 12HOMEPAGE= http://www.ccs.neu.edu/home/dorai/tex2page/
13COMMENT= Converts TeX manuscripts into (HTML) web pages 13COMMENT= Converts TeX manuscripts into (HTML) web pages
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk 17DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
 18DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk
 19DEPENDS+= tex-bibtex-[0-9]*:../../print/tex-bibtex
 20DEPENDS+= tex-epsf-[0-9]*:../../print/tex-epsf
 21DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
 22DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 23DEPENDS+= tex-metapost-[0-9]*:../../graphics/tex-metapost
 24DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
 25DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex
18 26
19USE_PKGLOCALEDIR= yes 27USE_PKGLOCALEDIR= yes
20HAS_CONFIGURE= yes 28HAS_CONFIGURE= yes
21USE_TOOLS+= gs:run 29USE_TOOLS+= gs:run
22 30
23CONFIGURE_ARGS+= --dialect=guile 31CONFIGURE_ARGS+= --dialect=guile
24 32
25# build documentation 33# build documentation
26do-build: 34do-build:
27 (cd ${WRKSRC} && ./my-tex2page tex2page-doc) 35 (cd ${WRKSRC} && ./my-tex2page tex2page-doc)
28 (cd ${WRKSRC} && ./my-tex2page tex2page-doc) 36 (cd ${WRKSRC} && ./my-tex2page tex2page-doc)
29 37
30INSTALLATION_DIRS= bin share/doc//tex2page 38INSTALLATION_DIRS= bin share/doc//tex2page
31 39
32do-install: 40do-install:
33 ${INSTALL_SCRIPT} ${WRKSRC}/my-tex2page ${DESTDIR}${PREFIX}/bin/tex2page 41 ${INSTALL_SCRIPT} ${WRKSRC}/my-tex2page ${DESTDIR}${PREFIX}/bin/tex2page
34 ${INSTALL} ${WRKSRC}/*.html ${WRKSRC}/*.gif ${DESTDIR}${PREFIX}/share/doc//tex2page 42 ${INSTALL} ${WRKSRC}/*.html ${WRKSRC}/*.gif ${DESTDIR}${PREFIX}/share/doc//tex2page
35 43
36.include "../../graphics/netpbm/buildlink3.mk" 44.include "../../graphics/netpbm/buildlink3.mk"
37.include "../../lang/guile16/buildlink3.mk" 45.include "../../lang/guile16/buildlink3.mk"
38.include "../../mk/tex.buildlink3.mk" 
39.include "../../mk/bsd.pkg.mk" 46.include "../../mk/bsd.pkg.mk"