# $Id: Portfile 56061 2009-08-24 00:33:19Z ryandesign@macports.org $
PortSystem        1.0
name              gmtl
version           0.5.4
categories        math 
platforms         darwin
maintainers       iastate.edu:mccdo
description       a lightweight math library
long_description  The math library used by vrjuggler. It is \
                  implemented with c++ templates.
homepage          http://ggt.sourceforge.net/
master_sites      sourceforge:ggt
checksums         md5 1ba4ceb8e883254b7d7ebe565c124520

depends_build     port:scons

use_configure     no

build.cmd		scons
build.target            
destroot.cmd		scons
destroot.destdir        prefix=${destroot}${prefix}
destroot.target         install 
