# $Id: Portfile,v 1.1 2004/11/18 13:00:34 mww Exp $

PortSystem 1.0

name			sdcc
version			2.4.0
categories		lang
platforms		darwin
maintainers		mww@opendarwin.org
description		ANSI C compiler targeting Intel 8051, Maxim 80DS390, Zilog Z80
long_description	SDCC is a freeware, retargettable, optimizing ANSI C \
				compiler that targets the Intel 8051, Maxim 80DS390, and Zilog \
				Z80 based MCUs. Work is in progress on supporting Motorola \
				68HC08 as well as Microchip PIC16 and PIC18 series.

homepage		http://sdcc.sourceforge.net/
master_sites	sourceforge
checksums		md5 ef959381f292d8857d8679f92a71582d

worksrcdir		${name}

build.type		gnu

destroot.destdir	prefix=${destroot}${prefix}
