mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
graphics/gauche-gl: Optionize INFO
- Pet portclippy
This commit is contained in:
parent
946eeef041
commit
4a41cd7501
@ -16,25 +16,30 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
BUILD_DEPENDS= gosh:lang/gauche
|
||||
RUN_DEPENDS= gosh:lang/gauche
|
||||
|
||||
USES= gl localbase makeinfo tar:tgz xorg
|
||||
USES= gl localbase tar:tgz xorg
|
||||
USE_CSTD= gnu99
|
||||
USE_XORG= ice sm x11 xext xmu xi
|
||||
USE_GL= gl glu glut
|
||||
USE_XORG= ice sm x11 xext xmu xi
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
GAUCHE_ABI= 0.98
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/gauche/${PORTNAME}
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/gauche/${PORTNAME}
|
||||
|
||||
PLIST_SUB= TARGET="${CONFIGURE_TARGET}" ABI_VER=${GAUCHE_ABI}
|
||||
|
||||
INFO= gauche-gl-refe gauche-gl-refj
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES INFO
|
||||
OPTIONS_DEFAULT= INFO
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
INFO_USES= makeinfo
|
||||
INFO_INFO= gauche-gl-refe gauche-gl-refj
|
||||
|
||||
GAUCHE_ABI= 0.98
|
||||
|
||||
post-patch:
|
||||
.for i in configure src/gauche-gl.c src/gauche-gl.h src/glut-lib.stub
|
||||
.for i in configure src/gauche-gl.h src/glut-lib.stub
|
||||
@${REINPLACE_CMD} -e '/glut.h/s|GLUT|GL|' ${WRKSRC}/${i}
|
||||
.endfor
|
||||
|
||||
@ -42,10 +47,6 @@ do-install:
|
||||
.for i in src lib
|
||||
@(cd ${WRKSRC}/${i} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \
|
||||
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
|
||||
.endfor
|
||||
.for i in ${INFO}
|
||||
${GZCAT} ${WRKSRC}/doc/${i}.info.gz \
|
||||
> ${STAGEDIR}${PREFIX}/${INFO_PATH}/${i}.info
|
||||
.endfor
|
||||
@(cd ${STAGEDIR}${PREFIX}/lib/gauche-${GAUCHE_ABI}/site/${CONFIGURE_TARGET} && \
|
||||
${CHMOD} u+w libgauche-*.so && ${STRIP_CMD} libgauche-*.so && \
|
||||
|
Loading…
Reference in New Issue
Block a user