1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/cad/brlcad/files/mged.sh
Martin Wilke c643d77ef8 - Update to 7.12.4
PR:		124105
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2008-05-30 13:49:18 +00:00

14 lines
403 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 $@