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

PortSystem 1.0

PortGroup	haskell 1.0
haskell.setup	GLUT 2.1.1.2
name		hs-platform-GLUT
maintainers	nomaintainer
platforms	darwin

description	A binding for the OpenGL Utility Toolkit
long_description	\
	A Haskell binding for the OpenGL Utility Toolkit, a window	\
	system independent toolkit for writing OpenGL programs. For more \
	information about the C library on which this binding is based,	\
	please see: <http://www.opengl.org/resources/libraries/glut/>.

checksums	md5     67e5996a7fe56af764393f1cf80b9a43 \
		sha1    a58477639f6aef4de481175d311246f0096bfc8c \
		rmd160  b1a5c4fb0d878a3891554275942c65157af9563b

depends_lib	port:ghc			\
		port:hs-platform-OpenGL

universal_variant	no

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

build.args-append	-v

livecheck.type	none

