# $Id: Portfile 30845 2007-11-08 11:25:34Z takanori@macports.org $

PortSystem 1.0
name		gauche-gl
version		0.4.4
categories	lang scheme
maintainers	nomaintainer
description	OpenGL binding for the Gauche
long_description	Gauche-gl is an extension module of Gauche Scheme \
			implementation. It provides gl, gl.glut and gl.math3d \
			modules.
platforms	darwin
homepage	http://www.shiro.dreamhost.com/scheme/gauche/
master_sites	sourceforge:gauche
distname	Gauche-gl-$version
extract.suffix	.tgz
checksums	md5 052d1b97f10a3333d38e365fa4d3d5af
depends_lib	port:gauche

post-destroot {
    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    eval xinstall -m 644 [glob ${worksrcpath}/doc/*.html] ${destroot}${prefix}/share/doc/${name}
    file copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${name}
}
