a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21714 2007-02-03 18:17:01Z mww@macports.org $
PortSystem 1.0
name muparser
version 1.27
categories math devel
platforms darwin
maintainers mww@macports.org
description extensible high performance math parser library in C++
long_description muParser is an extensible high performance math parser \
library written in C++. It is based on transforming an expression \
into a bytecode and precalculating constant parts of it.
homepage http://muparser.sourceforge.net/
master_sites sourceforge
distname ${name}_v127
checksums sha1 103f8940b94f01e19d7e744288e58f66656b6173
patchfiles patch-Makefile.in
worksrcdir muParser
platform darwin 8 {
configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}