# $Id: Portfile,v 1.6 2005/04/21 15:58:13 jberry Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-opengl version 2.0.1.09 revision 1 categories python graphics maintainers mww@opendarwin.org description PyOpenGL is a Python binding to OpenGL long_description PyOpenGL is the cross platform Python binding to \ OpenGL and related APIs. The binding is created using \ the SWIG wrapper generator, and is provided under an \ extremely liberal BSD-style Open-Source licenses. homepage http://pyopengl.sourceforge.net/ master_sites sourceforge:pyopengl distname PyOpenGL-${version} checksums md5 505b5f28ea676194e2e10333c56d5936 depends_lib-append port:py-numeric post-destroot { xinstall -m 644 ${worksrcpath}/README \ ${destroot}${prefix}/share/doc/${name} }