This tiny package contains the class ObjectName, which corresponds to the general notion of explicitly handled identifiers for API objects, e.g. a texture object name in OpenGL or a buffer object name in OpenAL.
13 lines
320 B
Makefile
13 lines
320 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/09/22 13:47:43 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= ObjectName-1.0.0.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
HOMEPAGE= http://www.haskell.org/HOpenGL/
|
|
COMMENT= Explicitly handled object names
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|