# $Id: Portfile,v 1.5 2004/08/25 10:57:18 olegb Exp $
PortSystem 1.0
name            treecc
version         0.3.2
categories      devel
maintainers     olegb@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.
master_sites    http://www.southern-storm.com.au/download
checksums       md5 10eb2beae1db7841ad6e3c054e59c740
configure.args	--infodir=${prefix}/share/info --mandir=${prefix}/share/man

