1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/lang/ccl/files/ccl.sh.in
Jimmy Olgeni d45b729004 Add Clozure CL, a free Common Lisp implementation that can be
bootstrapped from C code alone.

Unfortunately this port does not support CPUs without the SSE2
instruction set, and will fail to build with a diagnostic message
in those cases. Supported FreeBSD architectures are i386 and amd64.

pkg-descr contains a quick description of the main Clozure CL
features.
2010-01-03 16:17:30 +00:00

7 lines
120 B
Bash

#!/bin/sh
CCL_DEFAULT_DIRECTORY=%%CCL_DIRECTORY%%
export CCL_DEFAULT_DIRECTORY
exec %%CCL_DIRECTORY%%/%%FX86CL%% "$@"