# $Id: Portfile 56198 2009-08-25 06:30:01Z ryandesign@macports.org $

PortSystem              1.0

name                    ficl
version                 4.0.31
revision                1
categories              lang
maintainers             nomaintainer
platforms               darwin
homepage                http://ficl.sourceforge.net/
master_sites            sourceforge

description             Ficl is an acronym for Forth Inspired Command Language

long_description        Ficl is a programming language interpreter designed \
                        to be embedded into other systems as a command, \
                        macro, and development prototyping language.

checksums               md5 7f9ca6093730554f5f66beaa46a652d4

distname                ${name}${version}

extract.mkdir           yes

use_configure           no

build.target
build.args              -f Makefile.ansi \
                        CC=${configure.cc}

destroot {
    file copy ${worksrcpath}/ficl ${destroot}${prefix}/bin
    file copy ${worksrcpath}/libficl.a ${destroot}${prefix}/lib
}
