mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
947131db94
This is a Massively Multiplayer Online Roleplaying Game (MMORPG) MMORPG. The download and first 24 hours of trial gameplay are free. http://www.atitd.com/ for more info.
11 lines
153 B
Bash
11 lines
153 B
Bash
#!/bin/sh
|
|
|
|
DIR=%%PREFIX%%/games/atitd
|
|
CLIENT=elaunch
|
|
XHOST=/usr/X11R6/bin/xhost
|
|
|
|
$XHOST +nis:atitd@
|
|
cd ${DIR}
|
|
./${CLIENT} -nosound $*
|
|
$XHOST -nis:atitd@
|