mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
92050f2818
- Remove ROGUE and XATRIX options (moved to "games/quake2-rogue" and "games/quake2-xatrix"). - Rename "sdlquake2" to "quake2-sdl" to avoid conflicting with "games/sdlquake2". - Depend on "games/quake2-extras" for the RETEXTURE option instead of installing them directly (most Q2 engines in ports support them). - Install maxpak.pak in ${LIBDIR} (private directory) and not in ${Q2DIR} (global directory). Other engines have their own pak/pk3 files. - Fix reversed mouse when doing very slow movements (like when aiming at a long distance). It's the same fix as sent to "games/warsow". - Follow the rules in "games/quake2-data/Makefile.include": fix handling of search paths (DATADIR/LIBDIR weren't used when playing a modification, also use the right order). PR: ports/101010 Submitted by: alepulver Approved by: maintainer (timeout)
26 lines
727 B
Plaintext
26 lines
727 B
Plaintext
@comment === EXECUTABLES ===
|
|
%%SERVER%%bin/q2ded
|
|
%%CLIENT%%bin/quake2
|
|
%%SDLCLIENT%%bin/quake2-sdl
|
|
@comment === RENDERERS ===
|
|
%%GAME%%%%LIBDIR%%/baseq2/game.so
|
|
%%CTF%%%%LIBDIR%%/ctf/game.so
|
|
%%GLX%%%%LIBDIR%%/ref_glx.so
|
|
%%SDLGL%%%%LIBDIR%%/ref_sdlgl.so
|
|
%%SVGA%%%%LIBDIR%%/ref_soft.so
|
|
%%AA%%%%LIBDIR%%/ref_softaa.so
|
|
%%SDL%%%%LIBDIR%%/ref_softsdl.so
|
|
%%X11%%%%LIBDIR%%/ref_softx.so
|
|
@comment === DOCS ===
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.320
|
|
%%PORTDOCS%%%%DOCSDIR%%/joystick.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/quake2.3dfxgl
|
|
@comment === DATA ===
|
|
%%QMAX%%%%LIBDIR%%/baseq2/maxpak.pak
|
|
@comment === CLEANUP ===
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
%%CTF%%@dirrm %%LIBDIR%%/ctf
|
|
@dirrm %%LIBDIR%%/baseq2
|
|
@dirrm %%LIBDIR%%
|