1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name advi |
---|
6 | version 1.6.0 |
---|
7 | categories x11 graphics |
---|
8 | maintainers pierre@queinnec.org |
---|
9 | platforms darwin |
---|
10 | description TeX DVI previewer |
---|
11 | long_description \ |
---|
12 | Active-DVI is an O'Caml Unix-platform DVI previewer and a \ |
---|
13 | programmable presenter for slides written in LaTeX. |
---|
14 | |
---|
15 | homepage http://pauillac.inria.fr/advi/ |
---|
16 | master_sites ftp://ftp.inria.fr/INRIA/Projects/cristal/advi/ |
---|
17 | extract.suffix .tgz |
---|
18 | checksums md5 da0e71cbc99a8def27873d4f3c756fa6 |
---|
19 | |
---|
20 | depends_lib port:teTeX lib:libX11.6:XFree86 port:camlimages |
---|
21 | |
---|
22 | destroot { |
---|
23 | xinstall -m 755 -W ${worksrcpath} advi.opt \ |
---|
24 | ${destroot}${prefix}/bin/advi |
---|
25 | xinstall -d ${destroot}${prefix}/lib/${name} |
---|
26 | xinstall -m 644 -W ${worksrcpath} doc/splash.dvi \ |
---|
27 | doc/scratch_write_splash.dvi \ |
---|
28 | doc/scratch_draw_splash.dvi tex/advilogo.eps \ |
---|
29 | tex/bar.eps tex/caml.eps tex/advi-annot.sty \ |
---|
30 | tex/advi-slides.sty tex/argv.sty \ |
---|
31 | tex/superpose.sty tex/advi-graphicx.sty \ |
---|
32 | tex/advi.sty tex/bubble.sty \ |
---|
33 | tex/xwindows-colors.sty \ |
---|
34 | ${destroot}${prefix}/lib/${name} |
---|
35 | xinstall -m 444 -W ${worksrcpath} doc/advi.1 \ |
---|
36 | ${destroot}${prefix}/share/man/man1 |
---|
37 | } |
---|