1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/lang/smarteiffel/pkg-message
Ying-Chieh Liao 7e045cb054 smalleiffel -> smarteiffel
upgrade to 1.0

PR:		46044
Submitted by:	maintainer
2003-01-06 15:42:41 +00:00

12 lines
448 B
Plaintext

SmartEiffel is now available through the symbolic link %%PREFIX%%/SmartEiffel.
Add %%PREFIX%%/SmartEiffel/bin to your path to be able to call
the SmartEiffel compiler and its other utilities.
Make sure the environment variable SmartEiffel is defined and points to
%%PREFIX%%/SmartEiffel/sys/system.se.
One way to do this is to extend /etc/profile with the following line:
SmartEiffel=%%PREFIX%%/SmartEiffel/sys/system.se; export SmartEiffel