pkgsrc/graphics/Mesa/Makefile

22 lines
555 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.71 2015/04/03 02:29:40 tnn Exp $
1997-11-03 01:36:12 +01:00
PKGNAME= Mesa-7.11.2
MASTER_SITES= # empty
DISTFILES= # empty
CATEGORIES= graphics
1997-11-03 01:36:12 +01:00
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Graphics library meta package, similar to SGI's OpenGL
1997-11-03 01:36:12 +01:00
2009-04-09 01:05:45 +02:00
META_PACKAGE= # empty
2009-04-09 01:05:45 +02:00
CONFLICTS= Mesa-glx-[0-9]*
1997-11-03 01:36:12 +01:00
# The ordering is important here as glut/buildlink3.mk sets the version
# of Mesa required.
2004-02-11 00:31:38 +01:00
.include "../../graphics/glut/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"