freebsd-ports/devel/cc65/files/pkg-message.in
Rong-En Fan 12350f4e24 - Update to 2.11.0
- Unbreak it
- Add pkg-message for instructions

PR:		ports/102990
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru> (maintainer)
2006-09-09 05:26:46 +00:00

14 lines
407 B
Plaintext

===============================================================================
You should exports the following enviropment variables:
export CC65_INC=%%PREFIX%%/lib/cc65/include
export CC65_LIB=%%PREFIX%%/lib/cc65/lib
or for csh users:
setenv CC65_INC %%PREFIX%%/lib/cc65/include
setenv CC65_LIB %%PREFIX%%/lib/cc65/lib
===============================================================================