# $Id: Portfile,v 1.10 2006/01/29 11:31:10 mww Exp $

PortSystem 1.0

name            treecc
version         0.3.8
categories      devel
maintainers     mww@opendarwin.org
platforms       darwin
description     Manages generation of code to handle syntax trees.
long_description        The treecc program is designed to assist in the \
			development of compilers and other language-based \
			tools. It manages the generation of code to handle \
			abstract syntax trees and operations upon the trees.
homepage		http://www.southern-storm.com.au/treecc.html
master_sites    http://www.southern-storm.com.au/download
checksums       sha1 194f5a83009161b40957cd934f97d278ac3ddeb5
configure.args	--infodir=${prefix}/share/info --mandir=${prefix}/share/man

platform darwin 8 {
	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0
}

