- Switch to options helpers

- Update WWW
This commit is contained in:
Dmitry Marakasov 2017-06-26 09:00:14 +00:00
parent 5f615512df
commit e081bbc45b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444358
2 changed files with 5 additions and 3 deletions

View File

@ -18,10 +18,10 @@ USE_GL= gl
USES= dos2unix
DOS2UNIX_FILES= ApoolGL.txt
OPTIONS_DEFINE= DOCS
PORTDOCS= ApoolGL.txt CHANGELOG OpenGL-Features
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|SDL/||' ${WRKSRC}/*.c
@ -38,6 +38,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/textures-${i}/*.bmp ${STAGEDIR}${DATADIR}/textures-${i}
.endfor
${INSTALL_DATA} ${WRKSRC}/*.dat ${STAGEDIR}${DATADIR}
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}

View File

@ -1,4 +1,4 @@
Another Pool GL is a 3D computer billiards simulation based on Another Pool,
with a realistic physics system using OpenGL/SDL as graphical subsystem.
WWW: http://www.planetjahn.de/apool/
WWW: https://www.planetjahn.de/apool/