---
name: cc65
version: 2.13.3_1
origin: devel/cc65
comment: Cross-compiler for 6502-based systems, includes 65816 assembler
arch: freebsd:10:x86:64
www: http://www.cc65.org/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 13876456
desc: |
  cc65 is a complete cross development package for 65(C)02 systems,
  including a powerful macro assembler, a C compiler, linker, librarian
  and several other tools.

  Direct library support (that is, startup/initialization code) and
  support libraries for other features are available for...

   - the Commodore C64
   - the GEOS operating system for the Commodore C64
   - the Commodore C128
   - the Commodore C16, C116 and Plus/4
   - the Commodore P500
   - the Commodore 600/700 family of computers
   - the Apple ][
   - the Atari 8bit machines
   - the Oric Atmos
   - the Nintendo Entertainment System (NES)
   - the Supervision Game Console
   - the Atari Lynx Console

  WWW: http://www.cc65.org/
categories:
- devel
message: |
  ===============================================================================

  You should exports the following enviropment variables:

  export CC65_INC=/usr/local/lib/cc65/include
  export CC65_LIB=/usr/local/lib/cc65/lib

  or for csh users:

  setenv CC65_INC /usr/local/lib/cc65/include
  setenv CC65_LIB /usr/local/lib/cc65/lib

  ===============================================================================
