# $Id: Portfile,v 1.1 2003/11/12 09:12:43 mww Exp $ PortSystem 1.0 name sicp version 0.0.1 categories lang maintainers kogule@opendarwin.org description Lytha Ayth's texinfo version of Structure and \ Interpretation of Computer Programs -- 2nd ed. (Harold Abelson \ and Gerald Jay Sussman, with Julie Sussman) homepage http://www.neilvandyke.org/sicp-texi/ master_sites ${homepage} distname sicp.texi checksums md5 13ac454f5d441b8162e6ab66469e0ff7 pre-extract { file mkdir ${worksrcpath} } extract.sufx .gz extract.post_args > ${distname}/${distname} use_configure no build.cmd makeinfo build.target ${distname} destroot { system "cd ${worksrcpath} && \ for i in sicp sicp-\[0-9\]*; do \ gzip -c \$i > ${destroot}${prefix}/share/info/\$i.gz; \ done" }