a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20321 2006-11-01 22:54:44Z blair@macports.org $
PortSystem 1.0
name gauche-c-wrapper
version 0.4.1
categories lang scheme
maintainers yuhei@pop21.odn.ne.jp
description c-wrapper is a FFI (Foreign Function Interface) for Gauche.
long_description c-wrapper is a FFI (Foreign Function Interface) for Gauche.
homepage http://homepage.mac.com/naoki.koguro/prog/c-wrapper/index.html
master_sites http://homepage.mac.com/naoki.koguro/prog/c-wrapper/
distname c-wrapper-$version
extract.suffix .tgz
checksums md5 fa829741eab77fa51cb257f9f9ae27af
depends_build bin:gosh:gauche
patchfiles patch-Makefile.in
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/gauche-c-wrapper
xinstall -m 644 -W ${workpath}/${worksrcdir}/doc/ \
c-wrapper-refe_toc.html c-wrapper-refe.html \
c-wrapper-refj_toc.html c-wrapper-refj_toc.html \
${destroot}${prefix}/share/doc/gauche-c-wrapper
file copy ${workpath}/${worksrcdir}/examples \
${destroot}${prefix}/share/doc/gauche-c-wrapper
}