Wed Jan 3 00:29:23 2018 UTC ()
Fixed LICENSE comment.


(rillig)
diff -r1.41 -r1.42 pkgsrc/graphics/MesaDemos/Makefile

cvs diff -r1.41 -r1.42 pkgsrc/graphics/MesaDemos/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/MesaDemos/Makefile 2017/08/01 14:58:59 1.41
+++ pkgsrc/graphics/MesaDemos/Makefile 2018/01/03 00:29:23 1.42
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.41 2017/08/01 14:58:59 wiz Exp $ 1# $NetBSD: Makefile,v 1.42 2018/01/03 00:29:23 rillig Exp $
2 2
3DISTNAME= mesa-demos-8.2.0 3DISTNAME= mesa-demos-8.2.0
4PKGNAME= ${DISTNAME:S/mesa-demos/MesaDemos/} 4PKGNAME= ${DISTNAME:S/mesa-demos/MesaDemos/}
5PKGREVISION= 3 5PKGREVISION= 3
6CATEGORIES= graphics 6CATEGORIES= graphics
7MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/demos/8.2.0/ 7MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/demos/8.2.0/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://cgit.freedesktop.org/mesa/demos/ 11HOMEPAGE= https://cgit.freedesktop.org/mesa/demos/
12COMMENT= OpenGL examples and Demos 12COMMENT= OpenGL examples and Demos
13#LICENSE= # Similar to mit but with SGI advertising clause. 13#LICENSE= # Each source file has a different license
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17USE_TOOLS+= pkg-config 17USE_TOOLS+= pkg-config
18USE_LANGUAGES= c c++ 18USE_LANGUAGES= c c++
19 19
20SUBST_CLASSES+= bitmap 20SUBST_CLASSES+= bitmap
21SUBST_STAGE.bitmap= pre-configure 21SUBST_STAGE.bitmap= pre-configure
22SUBST_MESSAGE.bitmap= Avoid conflict with x11/bitmap and graphics/glx-utils 22SUBST_MESSAGE.bitmap= Avoid conflict with x11/bitmap and graphics/glx-utils
23SUBST_FILES.bitmap= src/glsl/Makefile.in 23SUBST_FILES.bitmap= src/glsl/Makefile.in
24SUBST_FILES.bitmap+= src/xdemos/Makefile.in 24SUBST_FILES.bitmap+= src/xdemos/Makefile.in
25SUBST_SED.bitmap= -e 's/bitmap$$(EXEEXT)/bitmap_mesademos$$(EXEEXT)/g' 25SUBST_SED.bitmap= -e 's/bitmap$$(EXEEXT)/bitmap_mesademos$$(EXEEXT)/g'
26SUBST_SED.bitmap+= -e 's/glxgears$$(EXEEXT)/glxgears_mesademos$$(EXEEXT)/g' 26SUBST_SED.bitmap+= -e 's/glxgears$$(EXEEXT)/glxgears_mesademos$$(EXEEXT)/g'