- Switch to options helpers
- Update WWW
This commit is contained in:
parent
5f615512df
commit
e081bbc45b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444358
@ -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}
|
||||
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user