Portfile

# $Id: Portfile 23053 2007-03-23 20:35:47Z pipping@macports.org $

PortSystem 1.0
name ficl
version 4.0.31
revision 1
categories lang
maintainers nomaintainer@macports.org
platforms darwin
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.

homepage http://ficl.sourceforge.net/
master_sites sourceforge
checksums md5 7f9ca6093730554f5f66beaa46a652d4
distname ${name}${version}
worksrcdir .
configure {}
build { system "cd ${worksrcpath} && make -f Makefile.ansi" }
destroot {
file copy ${worksrcpath}/ficl ${destroot}${prefix}/bin
file copy ${worksrcpath}/libficl.a ${destroot}${prefix}/lib
delete ${destroot}${prefix}/share/man
}