# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $

PortSystem              1.0
PortGroup               python24 1.0

name                    py-glewpy
version                 0.7.4
revision                2
maintainers             nomaintainer
description             Python bindings for GLEW (OpenGL Extension Wrangler)
long_description        GLEWpy aims to bring advanced OpenGL extensions to Python. \
                        This will allow the Python OpenGL developer to use features such as \
                        fragment and vertex shaders and image processing on the GPU. \
                        It serves as a compliment to PyOpenGL and toolkits such as \
                        GLUT and SDL (pygame).
categories-append       graphics
platforms               darwin freebsd
homepage                http://glewpy.sourceforge.net/
master_sites    	http://ovh.dl.sourceforge.net/sourceforge/glewpy/
distname                glewpy-${version}
checksums               md5 3d2aae86aae328ab60897915bf9530fc 
patchfiles              patch-setup.py

depends_lib-append      port:glew \
                        port:py-pyrex

post-destroot {
        xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
}
