# $Id: Portfile 99643 2012-11-13 04:26:02Z singingwolfboy@macports.org $ PortSystem 1.0 name cmuclmtk version 3alpha revision 0 categories audio maintainers nomaintainer platforms darwin license BSD description CMU-Cambridge Language Modeling Toolkit long_description \ The CMU-Cambridge Language Modeling Toolkit is a set of UNIX software \ tools designed to facilitate language modeling work in the research \ community. homepage http://cmusphinx.sourceforge.net/ master_sites sourceforge:cmusphinx fetch.type svn svn.url https://cmusphinx.svn.sourceforge.net/svnroot/cmusphinx/trunk/cmuclmtk/ svn.revision 10092 worksrcdir ${name} configure.cmd ./autogen.sh post-destroot { xinstall -d -m 755 ${destroot}${prefix}/share/doc/ file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/perl ${destroot}${prefix}/share/${name} }