# $Id: Portfile 78481 2011-05-09 06:45:34Z jmr@macports.org $

PortSystem          1.0

name                gmtl
version             0.6.1
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 1391af2c5ea050dda7735855ea5bb4c1 \
                    sha1 473a454d17956d3ce3babafdb57f73c0685579fd \
                    rmd160 19ca8c25cf54b1650272f7a387f5f8b8c5c3140c

depends_build       port:scons

use_configure       no

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