1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/games/ioquake3/pkg-plist
Alejandro Pulver da79a33455 - Bump PORTREVISION.
- Remove FreeBSD 4.x support (USE_GCC=3.4+ and files/extra-patch-*).
- Add USE_XLIB when using USE_GL, since it doesn't imply it anymore.
- Use ~/.ioquake3 for writing instead of original ~/.q3a, because the new
  configuration files have more variables, and would be removed if overwriten
  by another engine. Note it in pkg-message.
- Install README.
2007-09-12 04:34:48 +00:00

15 lines
488 B
Plaintext

%%DEDICATED%%bin/ioq3ded
%%CLIENT%%bin/ioquake3
%%SMP%%bin/ioquake3-smp
%%GAMELIBS%%%%LIBDIR%%/baseq3/cgame.so
%%GAMELIBS%%%%LIBDIR%%/baseq3/qagame.so
%%GAMELIBS%%%%LIBDIR%%/baseq3/ui.so
%%GAMELIBS%%%%LIBDIR%%/missionpack/cgame.so
%%GAMELIBS%%%%LIBDIR%%/missionpack/qagame.so
%%GAMELIBS%%%%LIBDIR%%/missionpack/ui.so
%%PORTDOCS%%%%DOCSDIR%%/README
%%GAMELIBS%%@dirrm %%LIBDIR%%/missionpack
%%GAMELIBS%%@dirrm %%LIBDIR%%/baseq3
%%GAMELIBS%%@dirrm %%LIBDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%