openbsd-ports/lang/icon/interp/files/icont.template
espie 9193bf94bf Clean-up.
- should obey CFLAGS (more or less) now.
- update to recent bsd.port.mk conventions.
- fix manpage.
- build the compiler and create a separate package for it.
2001-04-08 16:41:49 +00:00

7 lines
197 B
Bash

#!/bin/sh
: ${PREFIX:=@PREFIX@}
IPATH="${IPATH-} $PREFIX/share/ipl/ucode"
LPATH="${LPATH-} $PREFIX/share/ipl/ginclude $PREFIX/share/ipl/include"
export IPATH LPATH
exec $PREFIX/lib/icon/icont "$@"