a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name onlisp
version 0.0.1
revision 2
categories lang
maintainers nomaintainer@macports.org
description Lytha Ayth\'s texinfo version of Paul Graham\'s book On Lisp.
homepage http://t2100cdt.kippona.net/linux/lisp/
master_sites ${homepage}
distname onlisp.texi
checksums md5 220a3d8df850d03478686c36ead42db6
pre-extract { system "mkdir ${workpath}/${distname}" }
extract.suffix .gz
extract.post_args > ${distname}/${distname}
use_configure no
build.cmd { makeinfo }
build.target ${distname}
destroot.cmd {}
destroot.target {}
post-destroot { system "\ cd ${workpath}/${distname} && \
for i in onlisp.info onlisp.info-\[0-9\]*; do \
gzip -c \$i > ${destroot}${prefix}/share/info/\$i.gz; \
done" }