Ticket #13276: Portfile

File Portfile, 881 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago)
Line 
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
4PortSystem 1.0
5PortGroup python25 1.0
6
7name                    py25-opengl
8version                 3.0.0a6
9categories              python graphics
10maintainers             nomaintainer@macports.org
11description             PyOpenGL is a Python binding to OpenGL
12long_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
17homepage                http://pyopengl.sourceforge.net/
18master_sites    sourceforge:pyopengl
19distname                PyOpenGL-${version}
20checksums               md5 9cc61f382c8a97d5697608de18caaddb
21
22depends_lib-append      port:py25-tkinter port:py25-pil port:py25-numpy
23
24livecheck.check    sourceforge
25livecheck.name     pyopengl
26livecheck.distname PyOpenGL