576424c9a3
- Add stage support [1] - Convert USE_GMAKE to USES - Convert LIB_DEPENDS to new syntax PR: ports/182889 Submitted by: Sender Ghost <lightside@gmx.com> (maintainer) [1] Approved by: wg/culot (mentors, implicit)
4 lines
143 B
Bash
4 lines
143 B
Bash
#!/bin/sh
|
|
|
|
CUBE_OPTIONS="--home=${HOME}/.assaultcube --init"
|
|
cd %%DATADIR%% && exec %%PREFIX%%/libexec/assaultcube_client ${CUBE_OPTIONS} "$@"
|