Ticket #3625: Portfile

File Portfile, 1.1 KB (added by pierre@…, 19 years ago)

Portfile for advi-1.6.0

Line 
1#  $Id: $
2
3PortSystem  1.0
4
5name            advi
6version         1.6.0
7categories      x11 graphics
8maintainers     pierre@queinnec.org
9platforms       darwin
10description     TeX DVI previewer
11long_description \
12    Active-DVI is an O'Caml Unix-platform DVI previewer and a \
13    programmable presenter for slides written in LaTeX.
14
15homepage        http://pauillac.inria.fr/advi/
16master_sites    ftp://ftp.inria.fr/INRIA/Projects/cristal/advi/
17extract.suffix  .tgz
18checksums       md5 da0e71cbc99a8def27873d4f3c756fa6
19
20depends_lib     port:teTeX lib:libX11.6:XFree86 port:camlimages
21
22destroot {
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}