# $Id: Portfile,v 1.2 2005/01/11 22:39:01 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name pylize version 1.1b revision 1 categories textproc python platforms darwin maintainers mww@opendarwin.org description pylize is a presentation generation tool long_description pylize is a Python script that makes the creation of \ on-screen presentations a matter of a few minutes. It \ generates a template master document, which you can edit with \ your favourite text or HTML editor. The master document is \ then processed by pylize to generate HTML files for every \ slide plus a file for the table of contents. You can view the \ presentation with any CSS-capable webbrowser. homepage http://www.chrisarndt.de/en/software/pylize/ master_sites ${homepage}/download/ distname pylize-${version} checksums md5 ce2f0e9aa37ce4ba262527b49355a6f1 use_bzip2 yes depends_run lib:XXX:py-htmlgen use_configure yes configure.cmd ${python.bin} configure.pre_args configure.py post-destroot { xinstall -m 644 -W ${worksrcpath} COPYING Changelog README TODO \ doc/all.html ${destroot}${prefix}/share/doc/${name} }