# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem 1.0

name                ffcall
version             1.10
revision            2
set snapshot        2013-02-26
license             GPL-2
categories          devel
maintainers         nomaintainer
description         Foreign function call libraries
long_description    ffcall is a collection of four libraries which can \
                    be used to build foreign function call interfaces \
                    in embedded interpreters.
homepage            http://www.gnu.org/software/libffcall/
platforms           darwin
#checksums           rmd160  801c2dfe6deb74a37aaec3985e172c4ef5495773 \
#                    sha256  30e90c171c57fa8550c05db7d7f9712fcd483f7c7c9a58302873efca1203b4b9
# no 1.11 release tarball yet
#master_sites       gnu:libffcall

fetch.type          cvs
distname            $name
cvs.root            :pserver:anonymous@cvs.savannah.gnu.org:/sources/libffcall
cvs.date            $snapshot

test.run            yes
test.target         check
# configure accepts --infodir, although there is no info pages (yet?).
configure.args      --mandir=${prefix}/share/man \
                    --infodir=${prefix}/share/info

patchfiles         patch-avcall_Makefile.diff \
                    patch-callback_trampoline_Makefile.diff \
                    patch-callback_vacall_r_Makefile.diff \
                    patch-vacall_Makefile.diff

use_parallel_build  no
supported_archs     i386 ppc
post-destroot {
    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    eval move [glob ${destroot}${prefix}/share/html/*] \
        ${destroot}${prefix}/share/doc/${name}
}