freebsd-ports/cad/brlcad/files/mged.sh
Alexey Dokuchaev a41c8c9103 - Resurrect BRLCAD, undeprecate, update to version 7.28.0
- Cleanup seemingly unused {BUILD,LIB}_DEPENDS, adjust USES
- Do not require specific (85) version of Tcl/Tk
- Convert pkg-message to UCL format, sort pkg-plist
2019-11-10 09:40:45 +00:00

13 lines
405 B
Bash

#!/bin/sh
# This is pretty lame for the time being, but it serves as a reminder
# to set correctly your environment before attempting to run BRL CAD.
BRLCAD_ROOT=%%BRLCAD_ROOT%%
export BRLCAD_ROOT
export PATH=%%BRLCAD_ROOT%%/bin:$PATH
export MANPATH=%%BRLCAD_ROOT%%/man:$MANPATH
export ITCL_PATH=%%BRLCAD_ROOT%%/lib/itcl3.4
export ITK_PATH=%%BRLCAD_ROOT%%/lib/itk3.4
exec %%BRLCAD_ROOT%%/bin/mged "$@"