# -*- 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.6.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:project/sdcc/sdcc/${version} checksums rmd160 6fd429f63057f4457e8279e59c1af77861833b1f \ sha256 e85dceb11e01ffefb545ec389da91265130c91953589392dddd2e5ec0b7ca374 depends_build port:gputils depends_lib port:boost port:readline port:zlib depends_run port:gputils use_bzip2 yes distfiles ${name}-src-${version}${extract.suffix} patchfiles patch-no-sbrk.diff \ patch-support-sdbinutils-bfd-asxxxx.c.diff worksrcdir ${name}-${version} configure.args --without-ccache 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 } livecheck.url http://sourceforge.net/api/file/index/project-name/${name}/rss?path=/${name}