This package contains state variables, which are references in the IO monad, like IORefs or parts of the OpenGL state.
13 lines
302 B
Makefile
13 lines
302 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/09/22 13:53:08 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= StateVar-1.0.0.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
HOMEPAGE= http://www.haskell.org/HOpenGL/
|
|
COMMENT= State variables
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|