# $Id: Portfile,v 1.5 2005/10/19 08:10:08 blb Exp $ PortSystem 1.0 PortGroup python24 1.0 name scons version 0.96.90 categories devel python maintainers blb@opendarwin.org description Software construction tool long_description \ SCons is an Open Source software construction tool--that is, a \ next-generation build tool. Think of SCons as an improved, \ cross-platform substitute for the classic Make utility with integrated \ functionality similar to autoconf/automake and compiler caches such as \ ccache. platforms darwin homepage http://www.scons.org/ master_sites sourceforge checksums md5 2dba56d8b7c3ecc6a36a26abb457d1b9 post-destroot { xinstall -m 755 -d ${destroot}/${prefix}/share/man/man1 \ ${destroot}/${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} scons.1 sconsign.1 \ ${destroot}/${prefix}/share/man/man1 xinstall -m 644 -W ${worksrcpath} CHANGES.txt LICENSE.txt README.txt \ RELEASE.txt ${destroot}/${prefix}/share/doc/${name} }