aboutsummaryrefslogtreecommitdiff
path: root/games/lander/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Prepare for boost updateDmitry Marakasov2012-03-081-1/+1
| | | | Notes: svn path=/head/; revision=292980
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-0/+1
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Update to 0.6.2Dmitry Marakasov2011-06-111-1/+1
| | | | Notes: svn path=/head/; revision=275349
* - Update to 0.6.1Dmitry Marakasov2010-08-181-2/+1
| | | | Notes: svn path=/head/; revision=259456
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update devel/sdl12 to version 1.2.14.Marcus von Appen2010-01-301-0/+1
| | | | | | | | | | | | | | | - Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=248835
* - Add DESKTOP_ENTRY to bunch of portsDmitry Marakasov2009-09-111-0/+7
| | | | | | | - Mark some ports MAKE_JOBS_SAFE Notes: svn path=/head/; revision=241249
* - Update to 0.6.0Dmitry Marakasov2009-08-121-3/+6
| | | | Notes: svn path=/head/; revision=239389
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update URL of my distfile mirror in 87 portsDmitry Marakasov2009-07-281-1/+1
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=238527
* - Update to 0.5.3Dmitry Marakasov2009-04-261-1/+1
| | | | Notes: svn path=/head/; revision=232785
* - Mark MAKE_JOBS_SAFEDmitry Marakasov2009-03-311-0/+1
| | | | | | | - Use SF/subdir abbreviation for some ports Notes: svn path=/head/; revision=231398
* - Update to 0.5.2Dmitry Marakasov2009-03-021-3/+1
| | | | Notes: svn path=/head/; revision=229385
* - Fix docs installationDmitry Marakasov2009-02-221-1/+1
| | | | Notes: svn path=/head/; revision=228838
* This is a Lunar Lander clone written in C++ and OpenGL. Use theDmitry Marakasov2009-02-221-0/+41
arrow keys to move the ship and avoid crashing into obstacles. Collect all the spinning keys and then land the ship on one of the landing pads. The levels are randomly generated and become progressively harder. WWW: http://www.doof.me.uk/lunar-lander/ Notes: svn path=/head/; revision=228830