GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is basically a 1:1 mapping of GLU's C API, intended as a basis for a nicer interface.
15 lines
426 B
Makefile
15 lines
426 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/09/22 13:39:43 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= GLURaw-1.1.0.0
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
HOMEPAGE= http://www.haskell.org/HOpenGL/
|
|
COMMENT= Raw binding for the OpenGL graphics system
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
.include "../../wip/hs-OpenGLRaw/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|