values that MesaLib/buildlink3.mk converts into a single _MESA_REQD that is the highest version required. If including the Mesa/buildlink3.mk file, then require the same version of Mesa as required by glut.
33 lines
745 B
Makefile
33 lines
745 B
Makefile
# $NetBSD: Makefile,v 1.58 2004/02/11 02:03:41 jlam 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_BUILDLINK3= yes
|
|
USE_LANGUAGES= # empty
|
|
NO_CHECKSUM= yes
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
NO_PATCH= yes
|
|
EXTRACT_ONLY= # empty
|
|
|
|
do-patch: # empty
|
|
do-buildlink: # 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"
|