# $Id: Portfile 65849 2010-04-02 03:49:11Z ryandesign@macports.org $

PortSystem 1.0

PortGroup	haskell 1.0
haskell.setup	OpenGL 2.2.1.1
name		hs-platform-OpenGL
maintainers	nomaintainer
platforms	darwin

description	A binding for the OpenGL graphics system
long_description	\
	A Haskell binding for the OpenGL graphics system (GL, version	\
	2.1) and its accompanying utility library (GLU, version 1.3).	\
	OpenGL is the industry's most widely used and supported 2D and 3D \
	graphics application programming interface (API), incorporating	\
	a broad set of rendering, texture mapping, special effects, and	\
	other powerful visualization functions.  For more information	\
	about OpenGL, please see: <http://www.opengl.org/>.

checksums	md5     6819d1a6910c9c7cdd387fd51c11b017 \
		sha1    39591c317f9359dc1306432fecfe9eff0919ad00 \
		rmd160  dcbe42faa008d01ffafd4ca27341e1d2d5267b6e

depends_lib	port:ghc

universal_variant	no

configure.args-append	-v --enable-library-profiling		\
			--with-gcc=${configure.cc}

build.args-append	-v

livecheck.type	none

