Fly a little plane around and shoot things and drop bombs Maintained by:amdmi3@FreeBSD.org Port Added: 12 Jan 2008 16:45:00
Despite the name, it has nothing to do with apricots. It's a game
where you fly a little plane around the screen and shoot things and
drop bombs on enemy targets, and it's meant to be quick and fun.
There can be up to 6 planes, at most two human-controlled. All
others will be computer-controlled. Network support is in to do
list.
You must shoot at another's planes, destroy others' base and try
to keep alive. You may return to your base to refill your ammo. The
scenery is randomly generated.
Currently the game has no menus. You run it, play it, and it exits
at end. To fix this is also in to do list.
Please take a look at apricots.cfg file. You will found some good
options there. (currently this is the only way of changing game
options)
WWW: http://www.fishies.org.uk/apricots.html
To install the port:cd /usr/ports/games/apricots/ && make install clean To add the package:pkg_add -r apricots
Configuration Options
===> The following configuration options are available for apricots-0.2.6_1:
OPENAL=on (default) "Enable OpenAL audio"
===> Use 'make config' to modify these settings
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above )
Despite the name, it has nothing to do with apricots. It's a game
where you fly a little plane around the screen and shoot things and
drop bombs on enemy targets, and it's meant to be quick and fun.
There can be up to 6 planes, at most two human-controlled. All
others will be computer-controlled. Network support is in to do
list.
You must shoot at another's planes, destroy others' base and try
to keep alive. You may return to your base to refill your ammo. The
scenery is randomly generated.
WWW: http://www.fishies.org.uk/apricots.html
PR: ports/119439
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>