Wed Apr 8 23:05:46 2009 UTC ()
Use META_PACKAGE.


(joerg)
diff -r1.69 -r1.70 pkgsrc/graphics/Mesa/Makefile

cvs diff -r1.69 -r1.70 pkgsrc/graphics/Mesa/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/Mesa/Attic/Makefile 2008/04/24 07:40:23 1.69
+++ pkgsrc/graphics/Mesa/Attic/Makefile 2009/04/08 23:05:45 1.70
@@ -1,32 +1,22 @@ @@ -1,32 +1,22 @@
1# $NetBSD: Makefile,v 1.69 2008/04/24 07:40:23 bjs Exp $ 1# $NetBSD: Makefile,v 1.70 2009/04/08 23:05:45 joerg Exp $
2 2
3PKGNAME= Mesa-${MESA_PKGVERSION} 3PKGNAME= Mesa-${MESA_PKGVERSION}
4MASTER_SITES= # empty 4MASTER_SITES= # empty
5DISTFILES= # empty 5DISTFILES= # empty
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Graphics library meta package, similar to SGI's OpenGL 8COMMENT= Graphics library meta package, similar to SGI's OpenGL
9 9
10CONFLICTS= Mesa-glx-[0-9]* 10META_PACKAGE= # empty
11 
12PKG_DESTDIR_SUPPORT= user-destdir 
13 11
14USE_LANGUAGES= # empty 12CONFLICTS= Mesa-glx-[0-9]*
15NO_CHECKSUM= yes 
16NO_BUILD= yes 
17NO_CONFIGURE= yes 
18EXTRACT_ONLY= # empty 
19PLIST_SRC= # empty (meta-package) 
20 
21do-patch: # empty 
22do-install: # empty 
23 13
24.include "Makefile.common" 14.include "Makefile.common"
25 15
26# The ordering is important here as glut/buildlink3.mk sets the version 16# The ordering is important here as glut/buildlink3.mk sets the version
27# of Mesa required. 17# of Mesa required.
28.include "../../graphics/glut/buildlink3.mk" 18.include "../../graphics/glut/buildlink3.mk"
29.include "../../graphics/glu/buildlink3.mk" 19.include "../../graphics/glu/buildlink3.mk"
30.include "../../graphics/MesaLib/buildlink3.mk" 20.include "../../graphics/MesaLib/buildlink3.mk"
31 21
32.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"