Ticket #18340: lablgl.diff
File lablgl.diff, 1018 bytes (added by blb@…, 16 years ago) |
---|
-
Portfile
2 2 3 3 PortSystem 1.0 4 4 name lablgl 5 version 1.0 05 version 1.04 6 6 categories graphics 7 7 maintainers anil@recoil.org 8 8 description Objective Caml interface to OpenGL … … 12 12 homepage http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgl.html 13 13 platforms darwin 14 14 master_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 15 checksums md5 dcf05a0cffffdf06cbe0fe55f9eff974 \ 16 sha1 80e8bf4deaade52372a64fe1e93713b4a49e9171 \ 17 rmd160 d623514e2f1b1b2a1e71323aae4874f2beb3db6d 18 depends_lib port:ocaml 17 19 18 20 configure { 19 21 copy ${worksrcpath}/Makefile.config.osx ${worksrcpath}/Makefile.config … … 29 31 DLLDIR=${stublibsdir} 30 32 31 33 build.target lib libopt glut glutopt 34 35 use_parallel_build no 36