1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name gmtl |
---|
4 | version 0.4.12 |
---|
5 | categories math |
---|
6 | maintainers mccdo@iastate.edu |
---|
7 | description a lightweight math library |
---|
8 | long_description The math library used by vrjuggler. It is \ |
---|
9 | implemented with c++ templates. |
---|
10 | homepage http://ggt.sourceforge.net/ |
---|
11 | master_sites http://downloads.sourceforge.net/sourceforge/ggt |
---|
12 | checksums md5 bf450eec62aa4193baef113734fbc272 |
---|
13 | |
---|
14 | depends_build port:scons |
---|
15 | |
---|
16 | configure {} |
---|
17 | |
---|
18 | build {} |
---|
19 | |
---|
20 | set scons.args "prefix=\"${destroot}${prefix}\"" |
---|
21 | |
---|
22 | destroot { |
---|
23 | system "cd ${worksrcpath} && scons ${scons.args} install" |
---|
24 | } |
---|