freebsd-ports/games/linux-quake4/files/run.sh.in
Edwin Groothuis 750372843d [New port] games/quake4
id Software has released Linux binaries for Quake 4! Hooray!
	They seem to work on FreeBSD as well (worked on my machine,
	about 5 FPS ;-)).

	There isn't a port for it at the moment, so I've made one.
	I don't feel like maintaining it, because I can't really
	test it on my machine.

	The port isn't complete; There isn't a switch to install
	dedicated only (wouldn't be hard though) and I guess we
	shouldn't be able to build packages from it.

	Have fun! :-)

* Renamed it to games/linux-quake4 to stay consistent with other quake ports.

PR:		ports/87764
Submitted by:	Ed Schouten <ed@fxq.nl>
2005-11-17 11:38:43 +00:00

4 lines
56 B
Bash

#!/bin/sh
cd @Q4DIR@ || exit 1
exec @Q4DIR@/@APP@ "$@"