#! /bin/sh
#
# Start script for doomlegacy
#
# The option "-no_launcher" doesn't exist, but disables the launcher
# (this method was suggested by upstream).
#

/usr/pkg/bin/doomlegacy.bin -no_launcher $@


# EOF
