# $Id: Portfile,v 1.1 2006/02/15 22:21:12 mww Exp $

PortSystem 1.0

name			muparser
version			1.25
categories		math devel
platforms		darwin
maintainers		darwinports@opendarwin.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}
dist_subdir		${name}/${version}
checksums		sha1 67607d26cb85b03b61fbf889801db35c3008a2be

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
}

