games-engines/ioquake3: make use of wrapper scripts, add the mumble USE flag

Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
Shin'ya Minazuki 2026-06-11 19:35:16 -03:00
commit f2afa3fd04
3 changed files with 34 additions and 18 deletions

View file

@ -8,8 +8,9 @@
<use>
<flag name="client">Build the client binary (ioquake3)</flag>
<flag name="freetype">Add support for FreeType</flag>
<flag name="renderer_gl1">Build the opengl1 client / renderer library</flag>
<flag name="renderer_gl2">Build the opengl2 client / renderer library</flag>
<flag name="mumble">Use <pkg>net-voip/mumble</pkg> to provide VoIP support</flag>
<flag name="renderer_gl1">Build the OpenGL 1 client / renderer library</flag>
<flag name="renderer_gl2">Build the OpenGL 2 client / renderer library</flag>
<flag name="server">Build the server binary (ioq3ded)</flag>
<flag name="voip">Enable VoIP support</flag>
</use>