# $Id: Portfile 83385 2011-08-31 01:52:26Z dports@macports.org $ PortSystem 1.0 name treecc version 0.3.10 revision 1 categories devel maintainers mww platforms darwin license GPL-2 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.gnu.org/software/dotgnu/ master_sites gnu:dotgnu/pnet \ freebsd \ macports checksums sha1 f905cb535559b0e2d04fa86da14de240f5b1e44f # version from git repository from Sept. 2 -- for 64 bit cleanness patchfiles git-2009-09-02.diff patch.pre_args -p1 configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \ NEWS README ${destroot}${prefix}/share/doc/${name} } test.run yes test.target check livecheck.type regex livecheck.url ${homepage} livecheck.regex treecc-(\[0-9\\.\]+)\\.