Ticket #11232: Portfile

File Portfile, 642 bytes (added by mccdo@…, 17 years ago)

portfile for gmtl

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