freebsd-ports/games/netradiant/files/netradiant.in
Alexey Dokuchaev c11cbd22fc Add a port of NetRadiant, a fork of the well-known GtkRadiant 1.5 FPS games
map editor.  The focus is put on stabilizing and bugfixing the included map
compiler, q3map2, so it can become a reliable tool for map authors.

WWW: http://ingar.satgnu.net/gtkradiant/
2013-09-06 12:29:56 +00:00

5 lines
66 B
Bash

#!/bin/sh
cd %%DATADIR%% || exit 1
exec ./radiant.%%ARCH%% "$@"