Lines 20-27
Link Here
|
20 |
LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ |
20 |
LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ |
21 |
libpng16.so:graphics/png |
21 |
libpng16.so:graphics/png |
22 |
|
22 |
|
23 |
BROKEN_aarch64= Fails to build: No support for this architecture (yet) |
|
|
24 |
|
25 |
DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}" \ |
23 |
DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}" \ |
26 |
"${PORTNAME}" "Game;RolePlaying;" "" |
24 |
"${PORTNAME}" "Game;RolePlaying;" "" |
27 |
|
25 |
|
Lines 35-43
Link Here
|
35 |
SUB_FILES= tome4 |
33 |
SUB_FILES= tome4 |
36 |
MAKE_JOBS_UNSAFE=yes |
34 |
MAKE_JOBS_UNSAFE=yes |
37 |
|
35 |
|
|
|
36 |
LUA_TYPE= |
38 |
pre-build: |
37 |
pre-build: |
39 |
@${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/premake4.lua |
38 |
@${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/premake4.lua |
|
|
39 |
.if ${ARCH} == aarch64 |
40 |
(cd ${WRKSRC} && premake4 --lua=default gmake) |
41 |
.else |
40 |
(cd ${WRKSRC} && premake4 gmake) |
42 |
(cd ${WRKSRC} && premake4 gmake) |
|
|
43 |
.endif |
41 |
@${REINPLACE_CMD} 's|-lpthread|-pthread|' ${WRKSRC}/build/TEngine.make |
44 |
@${REINPLACE_CMD} 's|-lpthread|-pthread|' ${WRKSRC}/build/TEngine.make |
42 |
|
45 |
|
43 |
do-install: |
46 |
do-install: |