pkgsrc-wip/hs-GLURaw/Makefile
PHO / phonohawk cd21d7a42e Import hs-GLURaw-1.1.0.0 as wip/hs-GLURaw.
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.
2009-09-22 13:39:43 +00:00

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"