1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/lang/smalleiffel-devel/pkg-message
Jacques Vidrine be8f5c9c50 New port for SmallEiffel, the GNU Eiffel Compiler.
PR:		ports/17407
Submitted by:	Berend de Boer <berend@pobox.com>
2000-04-18 15:46:17 +00:00

12 lines
448 B
Plaintext

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