9193bf94bf
- 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.
7 lines
197 B
Bash
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 "$@"
|