Re-add files into Mesa.
This commit is contained in:
parent
ed2a9d119f
commit
2b194dce9e
2 changed files with 30 additions and 0 deletions
5
Mesa/DESCR
Normal file
5
Mesa/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
MesaLib is a 3-D graphics library with an API which is very similar to
|
||||
that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax
|
||||
or state machine, it is being used with authorization from Silicon Graphics,
|
||||
Inc. However, the author makes no claim that Mesa is in any way a
|
||||
compatible replacement for OpenGL or associated with Silicon Graphics, Inc.
|
25
Mesa/Makefile
Normal file
25
Mesa/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.12 2010/01/03 16:07:03 pallegra Exp $
|
||||
|
||||
.include "../../wip/gl/version.mk"
|
||||
|
||||
DISTNAME= Mesa-${MESA_PKGVERSION}
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
COMMENT= Graphics library meta package, similar to SGI's OpenGL
|
||||
CATEGORIES= graphics
|
||||
|
||||
META_PACKAGE= yes
|
||||
|
||||
CONFLICTS= Mesa-glx-[0-9]*
|
||||
|
||||
DEPENDS+= glx-utils-[0-9]*:../../wip/glx-utils
|
||||
|
||||
.include "../../wip/glut/buildlink3.mk"
|
||||
.include "../../wip/glu/buildlink3.mk"
|
||||
.include "../../wip/dri/buildlink3.mk"
|
||||
.include "../../wip/glw/buildlink3.mk"
|
||||
.include "../../wip/gl/buildlink3.mk"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
Loading…
Reference in a new issue