# $Id: Portfile,v 1.2 2004/04/30 22:23:08 matt Exp $ PortSystem 1.0 name bc version 1.06 revision 1 categories math maintainers toby@opendarwin.org description arbitrary precision numeric processing language long_description \ bc is an arbitrary precision numeric processing language. \ Syntax is similar to C, but differs in many substantial \ areas. It supports interactive execution of statements. \ bc is a utility included in the POSIX P1003.2/D11 draft \ standard. homepage http://www.gnu.org/software/bc/ platforms darwin master_sites gnu checksums md5 d44b5dddebd8a7a7309aea6c36fda117 configure.args --infodir=${prefix}/share/info \ --mandir=${prefix}/share/man \ --with-libedit post-destroot { file delete -force ${destroot}${prefix}/share/info/dir }