1 | # $Id: Portfile 20443 2006-11-03 02:55:29Z jberry@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python24 1.0 |
---|
5 | |
---|
6 | name py-glewpy |
---|
7 | version 0.7.4 |
---|
8 | revision 2 |
---|
9 | maintainers nomaintainer@macports.org |
---|
10 | description Python bindings for GLEW (OpenGL Extension Wrangler) |
---|
11 | long_description GLEWpy aims to bring advanced OpenGL extensions to Python. \ |
---|
12 | This will allow the Python OpenGL developer to use features such as \ |
---|
13 | fragment and vertex shaders and image processing on the GPU. \ |
---|
14 | It serves as a compliment to PyOpenGL and toolkits such as \ |
---|
15 | GLUT and SDL (pygame). |
---|
16 | categories-append graphics |
---|
17 | platforms darwin freebsd |
---|
18 | homepage http://glewpy.sourceforge.net/ |
---|
19 | master_sites http://ovh.dl.sourceforge.net/sourceforge/glewpy/ |
---|
20 | distname glewpy-${version} |
---|
21 | checksums md5 3d2aae86aae328ab60897915bf9530fc |
---|
22 | patchfiles patch-setup.py |
---|
23 | |
---|
24 | depends_lib-append port:glew \ |
---|
25 | port:py-pyrex |
---|
26 | |
---|
27 | post-destroot { |
---|
28 | xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name} |
---|
29 | } |
---|