a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
PortGroup python24 1.0
name py-cgkit
version 1.2.0
revision 1
categories python
platforms darwin
maintainers nomaintainer@macports.org
description Python module with basic types and functions for 3D graphics
long_description The Python Computer Graphics Kit is a collection of \
Python modules that contain the basic types and \
functions to be able to create 3D computer graphics \
images. The kit mainly focuses on Pixar\'s RenderMan \
interface, but some modules can also be used for \
OpenGL programs or non-RenderMan compliant renderers \
like POV-Ray, for example.
homepage http://cgkit.sourceforge.net/
master_sites sourceforge:cgkit
distname cgkit-${version}
checksums md5 0d1e9f5feaf68c24d24addfe35fb046c
use_zip yes
post-destroot {
xinstall -m 644 -W ${worksrcpath} README.txt license.txt changelog.txt \
${destroot}${prefix}/share/doc/${name}
}