- 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)
glBSP is a node builder specially designed to be used with
OpenGL ports of the DOOM game engine. It adheres to the
"GL-Friendly Nodes" specification, which means it adds some new
special nodes to a WAD file that makes it very easy (and fast
!) for an OpenGL DOOM engine to compute the polygons needed for
drawing the levels. There are many DOOM ports that understand
the GL Nodes which glBSP creates, including: EDGE, the Doomsday
engine (JDOOM), Doom3D, PrBoom, and Vavoom.
PR: ports/61764
Submitted by: Igor Pokrovsky <tiamat@comset.net>