aboutsummaryrefslogtreecommitdiff
path: root/games/dangerdeep/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-0/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-0/+1
| | | | Notes: svn path=/head/; revision=208952
* - Update to 0.3.0Jose Alonso Cardenas Marquez2007-08-171-6/+1
| | | | | | | - Remove 4.x support Notes: svn path=/head/; revision=197851
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 0.2.0Jose Alonso Cardenas Marquez2006-11-011-15/+4
| | | | | | | | - Remove USE_X_PREFIX - Add games/dangerdeep-data dependency Notes: svn path=/head/; revision=175988
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-1/+1
| | | | | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173460
* Change maintainer address to my @FreeBSD.org emailJose Alonso Cardenas Marquez2006-07-231-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=168518
* - Chase fftw3 libver bumpMichael Johnson2006-05-111-1/+2
| | | | Notes: svn path=/head/; revision=162087
* Update to 0.1.1Ion-Mihai Tetcu2006-05-091-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New Changes in dangerdeep: - new SSE intrinsic code for x86/64 and x86/32 - new sky rendering - MSVC compile fixes - new font and some gui changes - display per torpedo info - sensor detection code once per second, not once per frame, improves performance - convoy fixes (position simulation) - added mission editor - added Kennebac class tanker - fixed widget bugs - more data per model (country etc.) - fixed some models - new panel (smaller), new message display (nicer) - fixes for popups - new popup: rangefinder card - shader fixes - new vessel preview - added doxygen documentation - improved model format (with relations) - fixes for compatibility with newer drivers and OpenGL2.0 - improved water rendering (mirror distorsion effect) - TDC improvements - Parallax angle computation and display - new faulthandler for debugging segfaults - load/save format changed to xml based data - better perlin noise generation - new sounds and music - new background images for menues PR: ports/95767 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer) Approved by: lawrance (mentor) Notes: svn path=/head/; revision=161789
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* Add dangerdeep.Jean-Yves Lefort2005-10-291-0/+72
Danger from the deep (aka dangerdeep) is a Free / Open Source World War II German submarine simulation. It is currently available for FreeBSD, Linux/i386 and Windows, but since it uses SDL/OpenGL it should be portable to other operating systems or platforms. WWW: http://dangerdeep.sourceforge.net/ PR: ports/88168 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> Notes: svn path=/head/; revision=146664