Ticket #18340: lablgl.diff

File lablgl.diff, 1018 bytes (added by blb@…, 15 years ago)

diff to Portfile

  • Portfile

     
    22
    33PortSystem                      1.0
    44name                            lablgl
    5 version                         1.00
     5version                         1.04
    66categories                      graphics
    77maintainers                     anil@recoil.org
    88description                     Objective Caml interface to OpenGL
     
    1212homepage                        http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgl.html
    1313platforms                       darwin
    1414master_sites            http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/
    15 checksums                       md5 92bcfe3121650c43e5bc4c018778405b
    16 depends_lib                     bin:camlp4:ocaml lib:libgtk.1:gtk1 lib:libglut.3:glut
     15checksums                       md5     dcf05a0cffffdf06cbe0fe55f9eff974 \
     16                                        sha1    80e8bf4deaade52372a64fe1e93713b4a49e9171 \
     17                                        rmd160  d623514e2f1b1b2a1e71323aae4874f2beb3db6d
     18depends_lib                     port:ocaml
    1719
    1820configure {
    1921        copy ${worksrcpath}/Makefile.config.osx ${worksrcpath}/Makefile.config
     
    2931        DLLDIR=${stublibsdir}
    3032
    3133build.target    lib libopt glut glutopt
     34
     35use_parallel_build      no
     36