14 lines
377 B
Makefile
14 lines
377 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/11/10 07:41:23 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= OpenGLRaw-1.1.0.1
|
|
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 "../../mk/bsd.pkg.mk"
|