pkgsrc/graphics/Mesa/Makefile
adam b5468d064f 6.4.2 February 2, 2006
New:
	- added OSMesaColorClamp() function/feature
	- added wglGetExtensionStringARB() function
    Bug fixes:
	- fixed some problems when building on Windows
	- GLw header files weren't installed by installmesa script (bug 5396)
	- GL/glfbdev.h file was missing from tarballs
	- fixed TNL initialization bug which could lead to crash (bug 5791)
2006-02-09 12:27:42 +00:00

29 lines
685 B
Makefile

# $NetBSD: Makefile,v 1.65 2006/02/09 12:27:42 adam Exp $
PKGNAME= Mesa-${MESA_VERSION}
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Graphics library meta package, similar to SGI's OpenGL
CONFLICTS= Mesa-glx-[0-9]*
USE_LANGUAGES= # empty
NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
EXTRACT_ONLY= # empty
do-patch: # empty
do-install: # empty
.include "Makefile.common"
# The ordering is important here as glut/buildlink3.mk sets the version
# of Mesa required.
.include "../../graphics/glut/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"