# $Id: Portfile,v 1.2 2004/04/23 10:40:23 mww Exp $ PortSystem 1.0 name clearsilver version 0.9.10 categories python platforms darwin maintainers froe0071@umn.edu description HTML template system. long_description Clearsilver is a fast, powerful, and language-neutral HTML \ template system. In both static content sites and dynamic HTML \ applications, it provides a separation between presentation code and \ application logic which makes working with your project easier. homepage http://www.clearsilver.net/ master_sites http://www.clearsilver.net/downloads/ distname clearsilver-${version} checksums md5 165cbfb8fefb02b1207bb3819c2c99bf configure.args --with-python=${prefix}/bin/python2.3 --disable-apache --disable-perl --disable-ruby --disable-java --disable-csharp pre-configure { reinplace "s|/usr/local/bin/python|${prefix}/bin/python2.3|g" \ ${worksrcpath}/scripts/document.py reinplace "s|/usr/bin/python|${prefix}/bin/python2.3|g" \ ${worksrcpath}/scripts/cs_lint.py reinplace "s|/neo/opt/bin/python|${prefix}/bin/python2.3|g" \ ${worksrcpath}/scripts/ChangeLog.py reinplace "s|/usr/bin/python|${prefix}/bin/python2.3|g" \ ${worksrcpath}/scripts/commitlog.py }