Update port: graphics/gauche-gl to 0.2.2
PR: ports/48188 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
This commit is contained in:
parent
2d0c226520
commit
9e22ec8950
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77663
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gl
|
||||
PORTVERSION= 0.2.1
|
||||
PORTVERSION= 0.2.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gauche
|
||||
@ -20,7 +20,6 @@ COMMENT= OpenGL binding for Gauche
|
||||
BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
WRKSRC= ${WRKDIR}/Gauche-${PORTNAME}
|
||||
USE_MESA= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
@ -37,6 +36,10 @@ do-install:
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
.for info in gauche-gl-refe.info gauche-gl-refj.info
|
||||
${GZCAT} ${WRKSRC}/doc/${info}.gz >${PREFIX}/info/${info}
|
||||
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
|
||||
.endfor
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Gauche-gl-0.2.1.tgz) = 4b19dfc940eb3381c07fc411f21f7986
|
||||
MD5 (Gauche-gl-0.2.2.tgz) = a24077575bd143ac48f312ba37d3b31a
|
||||
|
@ -6,6 +6,12 @@ share/gauche/%%VERSION%%/lib/gl.scm
|
||||
share/gauche/%%VERSION%%/lib/gl/glut.scm
|
||||
share/gauche/%%VERSION%%/lib/gl/math3d.scm
|
||||
@dirrm share/gauche/%%VERSION%%/lib/gl/
|
||||
%%PORTDOCS%%@unexec install-info --delete %D/info/gauche-gl-refe.info %D/info/dir
|
||||
%%PORTDOCS%%@unexec install-info --delete %D/info/gauche-gl-refj.info %D/info/dir
|
||||
%%PORTDOCS%%info/gauche-gl-refe.info
|
||||
%%PORTDOCS%%info/gauche-gl-refj.info
|
||||
%%PORTDOCS%%@exec install-info %D/info/gauche-gl-refe.info %D/info/dir
|
||||
%%PORTDOCS%%@exec install-info %D/info/gauche-gl-refj.info %D/info/dir
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/README
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example1-2.scm
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example1-3.scm
|
||||
@ -47,6 +53,7 @@ share/gauche/%%VERSION%%/lib/gl/math3d.scm
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example9-8.scm
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/run
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/mandelbrot.scm
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/gears.scm
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/glbook
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
||||
%%PORTDOCS%%@unexec rmdir %D/share/examples/gauche 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user