|
Lines 2-10
Link Here
|
| 2 |
# $FreeBSD: head/games/oolite/Makefile 412346 2016-04-01 14:00:51Z mat $ |
2 |
# $FreeBSD: head/games/oolite/Makefile 412346 2016-04-01 14:00:51Z mat $ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= oolite |
4 |
PORTNAME= oolite |
| 5 |
PORTVERSION= 1.82 |
5 |
PORTVERSION= 1.84 |
| 6 |
CATEGORIES= games gnustep |
6 |
CATEGORIES= games gnustep |
| 7 |
MASTER_SITES= http://github.com/OoliteProject/oolite/releases/download/1.82/ |
7 |
MASTER_SITES= http://github.com/OoliteProject/oolite/releases/download/1.84/ |
| 8 |
DISTNAME= ${PORTNAME}-source-${PORTVERSION} |
8 |
DISTNAME= ${PORTNAME}-source-${PORTVERSION} |
| 9 |
DIST_SUBDIR= oolite |
9 |
DIST_SUBDIR= oolite |
| 10 |
|
10 |
|
|
Lines 26-33
Link Here
|
| 26 |
libminizip.so:archivers/minizip |
26 |
libminizip.so:archivers/minizip |
| 27 |
|
27 |
|
| 28 |
USES= gnustep openal:al perl5 python:build tar:bzip2 |
28 |
USES= gnustep openal:al perl5 python:build tar:bzip2 |
| 29 |
USE_GL= yes |
29 |
USE_GL= gl glu |
| 30 |
USE_SDL= sdl |
30 |
USE_SDL= sdl |
|
|
31 |
USE_XORG= x11 |
| 31 |
USE_GNUSTEP= base build |
32 |
USE_GNUSTEP= base build |
| 32 |
# Redefine DO_MAKE_BUILD, because current gnustep in USES overrides MAKEFILE |
33 |
# Redefine DO_MAKE_BUILD, because current gnustep in USES overrides MAKEFILE |
| 33 |
# without possibility to change it, as it was done in the previous implementation |
34 |
# without possibility to change it, as it was done in the previous implementation |
|
Lines 83-91
Link Here
|
| 83 |
/ioapi.c/d ; /unzip.c/d ; \ |
84 |
/ioapi.c/d ; /unzip.c/d ; \ |
| 84 |
s|/usr/X11R6|$${LOCALBASE}|' \ |
85 |
s|/usr/X11R6|$${LOCALBASE}|' \ |
| 85 |
${WRKSRC}/GNUmakefile |
86 |
${WRKSRC}/GNUmakefile |
| 86 |
# Conversion needed for unsigned int type for using isfinite function |
|
|
| 87 |
${REINPLACE_CMD} -e 's|isfinite(uValue)|isfinite((long double)uValue)|' \ |
| 88 |
${WRKSRC}/src/Core/Scripting/OOJSPlayerShip.m |
| 89 |
# Change value of the SAVEDIR define |
87 |
# Change value of the SAVEDIR define |
| 90 |
${REINPLACE_CMD} -e 's|oolite-saves|\.oolite-saves|' \ |
88 |
${REINPLACE_CMD} -e 's|oolite-saves|\.oolite-saves|' \ |
| 91 |
${WRKSRC}/src/Core/NSFileManagerOOExtensions.h |
89 |
${WRKSRC}/src/Core/NSFileManagerOOExtensions.h |