- Add games/stuntrally: 3D racing game
Stunt Rally is a racing game with rally style of driving, mostly
on gravel.
It features a rich variety of 172 tracks in 34 sceneries also on
other planets.
Track difficulty ranges from short and easy to very difficult stunt
tracks including jumps, skewed loops, pipes winding in 3D, obstacles
or all at once.
There are 20 cars to choose, 1 motorbike, 3 hovering spaceships and
1 bouncing sphere.
The latter provide a fast and easier gameplay on flat tracks.
Game modes include:
Single Race, Tutorials, Championships, Challenges, Multiplayer and
Split Screen. Also Replays and Ghost drive are present.
The Track Editor allows creating and modifying tracks. It uses a
3D spline generated road.
WWW: http://stuntrally.tuxfamily.org/
2017-07-25 10:22:17 +00:00
|
|
|
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= stuntrally
|
|
|
|
PORTVERSION= 2.6
|
2018-04-18 13:57:42 +00:00
|
|
|
PORTREVISION= 4
|
- Add games/stuntrally: 3D racing game
Stunt Rally is a racing game with rally style of driving, mostly
on gravel.
It features a rich variety of 172 tracks in 34 sceneries also on
other planets.
Track difficulty ranges from short and easy to very difficult stunt
tracks including jumps, skewed loops, pipes winding in 3D, obstacles
or all at once.
There are 20 cars to choose, 1 motorbike, 3 hovering spaceships and
1 bouncing sphere.
The latter provide a fast and easier gameplay on flat tracks.
Game modes include:
Single Race, Tutorials, Championships, Challenges, Multiplayer and
Split Screen. Also Replays and Ghost drive are present.
The Track Editor allows creating and modifying tracks. It uses a
3D spline generated road.
WWW: http://stuntrally.tuxfamily.org/
2017-07-25 10:22:17 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
|
|
COMMENT= 3D racing game based on VDrift and OGRE with track editor
|
|
|
|
|
2017-09-25 00:05:47 +00:00
|
|
|
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
|
|
|
PATCHFILES= f7703d8d3f30.patch:-p1
|
|
|
|
|
- Add games/stuntrally: 3D racing game
Stunt Rally is a racing game with rally style of driving, mostly
on gravel.
It features a rich variety of 172 tracks in 34 sceneries also on
other planets.
Track difficulty ranges from short and easy to very difficult stunt
tracks including jumps, skewed loops, pipes winding in 3D, obstacles
or all at once.
There are 20 cars to choose, 1 motorbike, 3 hovering spaceships and
1 bouncing sphere.
The latter provide a fast and easier gameplay on flat tracks.
Game modes include:
Single Race, Tutorials, Championships, Challenges, Multiplayer and
Split Screen. Also Replays and Ghost drive are present.
The Track Editor allows creating and modifying tracks. It uses a
3D spline generated road.
WWW: http://stuntrally.tuxfamily.org/
2017-07-25 10:22:17 +00:00
|
|
|
LICENSE= GPLv2+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/License.txt
|
|
|
|
|
|
|
|
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_TUPLE= stuntrally:tracks:${PORTVERSION}:tracks/data/tracks
|
|
|
|
|
2017-09-25 00:05:47 +00:00
|
|
|
USES= compiler:c++11-lib cmake:outsource dos2unix pkgconfig
|
|
|
|
USE_CXXSTD= gnu++11
|
- Add games/stuntrally: 3D racing game
Stunt Rally is a racing game with rally style of driving, mostly
on gravel.
It features a rich variety of 172 tracks in 34 sceneries also on
other planets.
Track difficulty ranges from short and easy to very difficult stunt
tracks including jumps, skewed loops, pipes winding in 3D, obstacles
or all at once.
There are 20 cars to choose, 1 motorbike, 3 hovering spaceships and
1 bouncing sphere.
The latter provide a fast and easier gameplay on flat tracks.
Game modes include:
Single Race, Tutorials, Championships, Challenges, Multiplayer and
Split Screen. Also Replays and Ghost drive are present.
The Track Editor allows creating and modifying tracks. It uses a
3D spline generated road.
WWW: http://stuntrally.tuxfamily.org/
2017-07-25 10:22:17 +00:00
|
|
|
DOS2UNIX_FILES= source/ogre/BaseApp_Create.cpp
|
|
|
|
CMAKE_ARGS= -DSHARE_INSTALL="${DATADIR_REL}" \
|
|
|
|
-DBULLET_ROOT="${LOCALBASE}"
|
2018-06-29 11:45:23 +00:00
|
|
|
LLD_UNSAFE= yes
|
- Add games/stuntrally: 3D racing game
Stunt Rally is a racing game with rally style of driving, mostly
on gravel.
It features a rich variety of 172 tracks in 34 sceneries also on
other planets.
Track difficulty ranges from short and easy to very difficult stunt
tracks including jumps, skewed loops, pipes winding in 3D, obstacles
or all at once.
There are 20 cars to choose, 1 motorbike, 3 hovering spaceships and
1 bouncing sphere.
The latter provide a fast and easier gameplay on flat tracks.
Game modes include:
Single Race, Tutorials, Championships, Challenges, Multiplayer and
Split Screen. Also Replays and Ghost drive are present.
The Track Editor allows creating and modifying tracks. It uses a
3D spline generated road.
WWW: http://stuntrally.tuxfamily.org/
2017-07-25 10:22:17 +00:00
|
|
|
|
|
|
|
PORTDOCS= Readme.txt
|
|
|
|
PORTDATA= *
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= GAME EDITOR MASTER_SERVER DOCS
|
|
|
|
OPTIONS_DEFAULT=GAME EDITOR
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
GAME_DESC= Build the game binary
|
|
|
|
GAME_CMAKE_BOOL= BUILD_GAME
|
|
|
|
GAME_LIB_DEPENDS= libOgreMain.so:graphics/ogre3d \
|
|
|
|
libBulletDynamics.so:devel/bullet \
|
|
|
|
libMyGUIEngine.so:x11-toolkits/mygui \
|
|
|
|
libogg.so:audio/libogg \
|
|
|
|
libvorbisfile.so:audio/libvorbis \
|
|
|
|
libenet.so:net/enet
|
|
|
|
GAME_BUILD_DEPENDS= ${LOCALBASE}/include/MYGUI/MyGUI_OgreTexture.h:x11-toolkits/mygui-ogre
|
|
|
|
GAME_USE= SDL=sdl2
|
|
|
|
GAME_USES= openal
|
|
|
|
|
|
|
|
EDITOR_DESC= Build the track editor
|
|
|
|
EDITOR_CMAKE_BOOL= BUILD_EDITOR
|
|
|
|
EDITOR_LIB_DEPENDS= libOgreMain.so:graphics/ogre3d \
|
|
|
|
libBulletDynamics.so:devel/bullet \
|
|
|
|
libMyGUIEngine.so:x11-toolkits/mygui \
|
|
|
|
libogg.so:audio/libogg \
|
|
|
|
libvorbisfile.so:audio/libvorbis
|
|
|
|
EDITOR_USE= SDL=sdl2
|
|
|
|
EDITOR_BUILD_DEPENDS= ${LOCALBASE}/include/MYGUI/MyGUI_OgreTexture.h:x11-toolkits/mygui-ogre
|
|
|
|
|
|
|
|
MASTER_SERVER_CMAKE_BOOL= BUILD_MASTER_SERVER
|
|
|
|
MASTER_SERVER_DESC= Build the master server
|
|
|
|
MASTER_SERVER_LIB_DEPENDS= libenet.so:net/enet
|
|
|
|
|
|
|
|
post-install-DOCS-on:
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/Readme.txt ${STAGEDIR}${DOCSDIR}/
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|