freebsd-ports/games/assaultcube/files/assaultcube_client.in
Danilo Egea Gondolfo 576424c9a3 - Update from 1.1.0.4 to 1.2.0.0 [1]
- 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)
2013-10-12 02:24:14 +00:00

4 lines
143 B
Bash

#!/bin/sh
CUBE_OPTIONS="--home=${HOME}/.assaultcube --init"
cd %%DATADIR%% && exec %%PREFIX%%/libexec/assaultcube_client ${CUBE_OPTIONS} "$@"