aboutsummaryrefslogtreecommitdiffstats
path: root/games/egoboo
Commit message (Collapse)AuthorAgeFilesLines
* - Unbreak: gmake is needed for patch stagepav2004-06-031-1/+1
| | | | | PR: ports/67491 Submitted by: Jan Stocker <Jan.Stocker@t-online.de> (maintainer)
* BROKEN: gmake is a BUILD_DEPENDS but is used in the patch phasekris2004-05-211-0/+2
|
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-1/+1
| | | | on sdl12-1.2.5
* Properly use SDL everywhere:edwin2004-03-081-1/+1
| | | | | | | | | | | | USE_SDL=yes -> USE_SDL=sdl (good examles everywhere) WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...) See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL. PR: follow-ups of ports/55494, ports/61877 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* - Use new knobs from bsd.sdl.mkkrion2004-01-211-3/+1
| | | | Approved by: portmgr
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-131-1/+1
|
* - fix pkg-plistkrion2003-08-252-60/+357
| | | | | | | | - remove CVS directories from pkg-plist - bump PORTREVISION PR: 55902 Submitted by: maintainer
* Don't use -ffast-math. This breaks the build on alpha.arved2003-05-191-1/+1
| | | | Submitted by: kris
* Add egoboo, an SDL based 3d dungeon crawling adventurearved2003-05-186-0/+4748
PR: 51503 Submitted by: Jan Stocker <Jan.Stocker@t-online.de>