aboutsummaryrefslogtreecommitdiff
path: root/games/ember
Commit message (Collapse)AuthorAgeFilesLines
* update freealut to 1.1.0Oliver Lehmann2006-06-081-2/+2
| | | | Notes: svn path=/head/; revision=164837
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* readd wuft depedencyOliver Lehmann2006-04-231-1/+1
| | | | Notes: svn path=/head/; revision=160244
* update to openal 20060211 [1]Oliver Lehmann2006-04-234-44/+62
| | | | | | | | | | | | | fix dependant ports [2] PR: ports/96172 [1] ports/95192 [2] Submitted by: maintainer [1] oliver [2] Approved by: maintainer Notes: svn path=/head/; revision=160213
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+0
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154152
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* update to varconf 0.6.4Oliver Lehmann2006-01-161-2/+2
| | | | Notes: svn path=/head/; revision=153623
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* switch from tar.bz2 to tar.gz which got freshly released. The tarOliver Lehmann2005-10-292-4/+4
| | | | | | | | format got changed from tar-pax (POSIX 1003.1-2001) to ustar for supporting long filenames on FreeBSD 4 Notes: svn path=/head/; revision=146712
* remove not needed patch fileOliver Lehmann2005-10-291-196/+0
| | | | Notes: svn path=/head/; revision=146682
* update to 0.3.4Oliver Lehmann2005-10-294-108/+33
| | | | Notes: svn path=/head/; revision=146668
* update to 0.3.3Oliver Lehmann2005-10-125-197/+41
| | | | Notes: svn path=/head/; revision=145119
* another fix to get it to run - still won't start upOliver Lehmann2005-10-052-2/+7
| | | | Notes: svn path=/head/; revision=144337
* depend on wfut since it is needed to run ember (right now)Oliver Lehmann2005-10-052-4/+12
| | | | Notes: svn path=/head/; revision=144329
* Ember is a WorldForge 3d client using the OGRE 3d library. It's a fork from theOliver Lehmann2005-10-048-0/+653
Dime code base. The main differences between Dime and Ember is the latters focus on using third party libraries instead of in house development, and its commitment to OGRE. Some of the features are: * Full 3d world with dynamic terrain generation * Easy to use GUI system * Context menus for in game interaction * Support for experimental graphical features such as dynamically generated trees, realistic water and ground cover WWW: http://www.worldforge.org/dev/eng/clients/ember Notes: svn path=/head/; revision=144195