# $Id: Portfile,v 1.4 2005/06/14 06:28:46 jkh Exp $

PortSystem 1.0
name		ficl
version		4.0.31
revision	1
categories	lang
maintainers	darwinports@opendarwin.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	${portname}${portversion}
worksrcdir	.
configure	{}
build		{ system "cd ${worksrcpath} && make -f Makefile.ansi" }
destroot	{
		  system "cp ${worksrcpath}/ficl ${destroot}${prefix}/bin"
		  system "cp ${worksrcpath}/libficl.a ${destroot}${prefix}/lib"
		  system "rm -f ${destroot}${prefix}/share/man"
		}
