A Haskell binding for the OpenGL Utility Toolkit, a window system independent toolkit for writing OpenGL programs.
17 lines
509 B
Makefile
17 lines
509 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/09/22 14:20:30 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= GLUT-2.2.2.0
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
HOMEPAGE= http://www.haskell.org/HOpenGL/
|
|
COMMENT= Binding for the OpenGL Utility Toolkit
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
.include "../../wip/hs-OpenGL/buildlink3.mk"
|
|
.include "../../wip/hs-StateVar/buildlink3.mk"
|
|
.include "../../wip/hs-Tensor/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|