aboutsummaryrefslogtreecommitdiff
path: root/games/eduke32
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 20080602Martin Wilke2008-06-033-38/+20
| | | | | | | | | | | | - Replace files/patch-Makefile with REINPLACE_CMD - Fix build without libvorbis and co - Add an option to depend on timidity++ instead of timidity, to be in sync with OPTIONS of audio/sdl_mixer PR: 124231 Submitted by: Olivier Smedts <olivier@gid0.org> (maintainer) Notes: svn path=/head/; revision=214236
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+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
* Remove IGNORE for non-i386 by disabling ASM code when building on other archs.Ion-Mihai Tetcu2008-02-221-5/+7
| | | | | | | | PR: ports/120759 Submitted by: maintainer (Olivier Smedts) Notes: svn path=/head/; revision=207744
* - Update to 20080206Martin Wilke2008-02-164-39/+57
| | | | | | | | PR: 120738 Submitted by: Olivier Smedts <olivier@gid0.org> (maintainer) Notes: svn path=/head/; revision=207402
* - Make it fetchableRong-En Fan2007-08-111-3/+1
| | | | | | | | PR: ports/115419 Submitted by: Olivier Smedts <olivier at gid0.org> (maintainer) Notes: svn path=/head/; revision=197472
* BROKEN: UnfetchableKris Kennaway2007-07-271-0/+2
| | | | Notes: svn path=/head/; revision=196428
* From the PR:Alejandro Pulver2007-06-0519-4504/+34
| | | | | | | | | | | | | | | | - Use patches directly from the official site instead of local ones. - Fix music support. - Give maintainership to submitter. While I am here: - Use SF macro in MASTER_SITES. - Remove USE_GCC=3.2+ (was to allow building on now unsupported FreeBSD 4.x). PR: ports/113086 Submitted by: Olivier Smedts <olivier@gid0.org> Notes: svn path=/head/; revision=192792
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-0/+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
* - Mark for i386 only with corresponding reason.Alejandro Pulver2006-08-311-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=171739
* EDuke32 is a Windows/Linux/UNIX version of Duke Nukem 3D aimed at highlyAlejandro Pulver2006-08-0221-0/+4569
extending what can be edited in the game. EDuke32 combines the work that JonoF and Ken Silverman have put in to JFDuke3D with the original EDuke work done by Matt Saettler, while simultaneously adding tons of new and useful features. Consequently, EDuke32 is the most advanced version of Duke Nukem 3D in existence. EDuke32 is developed and maintained by Richard "TerminX" Gobeille and the EDuke32 team. This port includes icculus.org/duke3d patches for sound and joystick support. WWW: http://eduke32.com/ Notes: svn path=/head/; revision=169498