aboutsummaryrefslogtreecommitdiff
path: root/games/tenebrae
Commit message (Collapse)AuthorAgeFilesLines
* - Convert LIB_DEPENDS to new syntaxDanilo Egea Gondolfo2013-11-111-20/+8
| | | | | | | | - Convert USE_GMAKE to USES - Add stage support Notes: svn path=/head/; revision=333475
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* - Trim the Makefile headerAlexey Dokuchaev2013-03-181-18/+15
| | | | | | | | | | - Rename X86_ASM to standard ASM and make it x86/x64 specific - Correct USE_GL setting, sort knobs, shorten very long line - Fix some whitespace in Makefile - Rephrase COMMENT while I am here Notes: svn path=/head/; revision=314521
* Convert to new options frameworkBaptiste Daroussin2012-06-121-5/+7
| | | | Notes: svn path=/head/; revision=299119
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-1/+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
* -remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276993
* Sanitize port description and post-install message.Alexey Dokuchaev2011-05-202-19/+12
| | | | Notes: svn path=/head/; revision=274352
* - fix build for png-1.4.1Dirk Meyer2010-03-301-0/+4
| | | | Notes: svn path=/head/; revision=251805
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - 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
* - Add missing dependencyMartin Wilke2008-03-271-2/+3
| | | | | | | | | - Bump PORTREVISION Submitted by: pavbot Notes: svn path=/head/; revision=209948
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* - 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-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
* Reset bouncing maintainer address ip@doom.homeunix.org. We hope to see himMark Linimon2006-07-221-1/+1
| | | | | | | | | back soon. Hat: portmgr Notes: svn path=/head/; revision=168445
* - Fix mouse problems.Alejandro Pulver2006-06-1720-90/+185
| | | | | | | | | | | | | | | | | | | - Fix sound problems. - Fix building on !i386. - Fix writting personal configuration, and do it in ~/.tenebrae, to avoid conflicts with other engines since they usually have different variables. - Use USE_DOS2UNIX. - Remove unneeded information from pkg-message (it depends on quake-data so it will be installed automatically, also quake-data installs the demo so tenebrae is playable after installation). - Use release target instead of the debug one. - Clean-up. PR: ports/98783 Approved by: maintainer (timeout) Notes: svn path=/head/; revision=165665
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-2/+0
| | | | Notes: svn path=/head/; revision=161663
* - Do not remove %%DATADIR%% because it is the shared Q1 data directory andEmanuel Haupt2006-02-221-1/+0
| | | | | | | | | | | won't be empty, also it will be removed by quake-data). PR: 91842 Submitted by: Alejandro Pulver <alejandro@varnet.biz> Approved by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer) Notes: svn path=/head/; revision=156703
* - Changed quake-data/Makefile.include to be more similar to bsd.*.mk files,Renato Botelho2005-12-121-0/+2
| | | | | | | | | | | also it doesn't override port's variables. - Change dependant ports. PR: ports/90145 Submitted by: maintainer Notes: svn path=/head/; revision=150963
* [UPDATE] games/tenebrae: integrate with "games/quake-data"Edwin Groothuis2005-11-173-5/+9
| | | | | | | | | | | | Changes: * Integrate with "games/quake-data". * Remove pkg-message (not needed). PR: ports/86176 Submitted by: Alejandro Pulver <alejandro@varnet.biz> Notes: svn path=/head/; revision=148588
* Fix problems when building against X.Org 6.8.1 GL.Dejan Lesjak2004-12-141-0/+49
| | | | | | | | PR: ports/75073 Submitted by: maintainer Notes: svn path=/head/; revision=124035
* Change maintainer's email.Kirill Ponomarev2004-07-211-1/+1
| | | | Notes: svn path=/head/; revision=114355
* - Fix buildKirill Ponomarev2004-05-161-1/+2
| | | | | | | | PR: ports/66679 Submitted by: maintainer Notes: svn path=/head/; revision=109241
* Add tenebrae 1.04,Kirill Ponomarev2004-03-1715-0/+448
Tenebrae is not quake1 anymore, it uses more advanced graphics algorithms so it requires a much faster system to run. These are the bare minimum reqs to run Tenebrae: PIII 600 64 Mb RAM (More if you want to use some mods.) Geforce1 Quake1 data (registered or shareware) Water vissed maps Recommended is a faster processor and a geforce4 / radeon 8500 class 3d card. Tenebrae_Readme.txt contains full list of supported video cards. PR: ports/64320 Submitted by: Igor Pokrovsky <tiamat@comset.net> Notes: svn path=/head/; revision=104266