# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name sdcc version 3.3.0 categories lang platforms darwin license GPL-3 maintainers snc openmaintainer description ANSI C compiler targeting Intel 8051, Maxim 80DS390, Zilog Z80 long_description SDCC is a retargettable, optimizing ANSI - C \ compiler suite that targets the Intel MCS51 based \ microprocessors (8031, 8032, 8051, 8052, etc.), Maxim \ (formerly Dallas) DS80C390 variants, Freescale (formerly \ Motorola) HC08 based (hc08, s08) and Zilog Z80 based MCUs \ (z80, z180, gbz80, Rabbit 2000/3000, Rabbit 3000A). Work is \ in progress on supporting the Microchip PIC16 and PIC18 \ targets. It can be retargeted for other microprocessors. homepage http://sdcc.sourceforge.net/ master_sites sourceforge checksums rmd160 464b5aae6242e0da0181e9050b52949ae176de00 \ sha256 873f61f29e829e65ba8afcf992cced8f91b0c4bd52b0be7d5e9b0cbcb58644de depends_build port:gputils depends_lib port:readline port:boost depends_run port:gputils use_bzip2 yes distfiles ${name}-src-${version}${extract.suffix} patchfiles patch-support-sdbinutils-bfd-opncls.c.diff \ patch-support-sdbinutils-bfd-objcopy.c.diff worksrcdir ${name}-${version} build.type gnu destroot.destdir prefix=${destroot}${prefix} \ docdir=${destroot}${prefix}/share/doc/${name} platform darwin 8 { depends_build-append port:gmake build.cmd ${prefix}/bin/gmake }