1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python25 1.0 |
---|
6 | |
---|
7 | name py25-opengl |
---|
8 | version 3.0.0a6 |
---|
9 | categories python graphics |
---|
10 | maintainers nomaintainer@macports.org |
---|
11 | description PyOpenGL is a Python binding to OpenGL |
---|
12 | long_description PyOpenGL is the cross platform Python binding to \ |
---|
13 | OpenGL and related APIs. The binding is created using \ |
---|
14 | the SWIG wrapper generator, and is provided under an \ |
---|
15 | extremely liberal BSD-style Open-Source licenses. |
---|
16 | |
---|
17 | homepage http://pyopengl.sourceforge.net/ |
---|
18 | master_sites sourceforge:pyopengl |
---|
19 | distname PyOpenGL-${version} |
---|
20 | checksums md5 9cc61f382c8a97d5697608de18caaddb |
---|
21 | |
---|
22 | depends_lib-append port:py25-tkinter port:py25-pil port:py25-numpy |
---|
23 | |
---|
24 | livecheck.check sourceforge |
---|
25 | livecheck.name pyopengl |
---|
26 | livecheck.distname PyOpenGL |
---|