Ticket #3700: Portfile.diff
File Portfile.diff, 940 bytes (added by yves@…, 19 years ago) |
---|
-
Portfile
old new 6 6 version 3.7 7 7 description The OpenGL Utility Toolkit (GLUT) 8 8 long_description An indispensible toolkit for OpenGL programmers, this provides many of the windowing and input management primitives that OpenGL itself does not deal with. 9 maintainers darwinports@opendarwin.org9 maintainers yves@opendarwin.org 10 10 categories x11 graphics 11 11 platforms darwin 12 12 master_sites http://www.opengl.org/resources/libraries/glut/ 13 13 homepage http://www.opengl.org/resources/libraries/glut.html 14 use_xmkmf yes15 14 checksums md5 dc932666e2a1c8a0b148a4c32d111ef3 16 15 patchfiles patch-glutbitmap.h patch-round_cap.c patch-segment.c 17 16 18 17 depends_lib lib:libGL.1:XFree86 lib:libX11.6:XFree86 19 18 19 configure { 20 system "cd ${worksrcpath} && ./mkmkfiles.imake" 21 } 22 20 23 pre-build { 21 24 system "cp ${worksrcpath}/include/GL/glut.h ${worksrcpath}/lib/glut" 22 25 }