mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
32db6a078a
Fully featured neural network simulator PR: 5771 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
9 lines
126 B
Bash
9 lines
126 B
Bash
#! /bin/sh
|
|
|
|
XGUILOADPATH=%prefix%/snns
|
|
export XGUILOADPATH
|
|
PATH=${PATH}:%prefix%/snns/bin
|
|
export PATH
|
|
|
|
%prefix%/snns/bin/xgui
|