[21281] trunk/dports/math

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 19 01:20:15 PST 2007


Revision: 21281
          http://trac.macosforge.org/projects/macports/changeset/21281
Author:   markd at macports.org
Date:     2007-01-19 01:20:15 -0800 (Fri, 19 Jan 2007)

Log Message:
-----------
Closes #11232.  New port.

Added Paths:
-----------
    trunk/dports/math/gmtl/
    trunk/dports/math/gmtl/Portfile

Added: trunk/dports/math/gmtl/Portfile
===================================================================
--- trunk/dports/math/gmtl/Portfile	                        (rev 0)
+++ trunk/dports/math/gmtl/Portfile	2007-01-19 09:20:15 UTC (rev 21281)
@@ -0,0 +1,24 @@
+# $Id: $
+PortSystem        1.0
+name              gmtl
+version           0.4.12
+categories        math 
+maintainers       mccdo at iastate.edu
+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 bf450eec62aa4193baef113734fbc272
+
+depends_build     port:scons
+
+use_configure     no
+
+build {}
+
+set scons.args	 "prefix=\"${destroot}${prefix}\""
+
+destroot {
+system "cd ${worksrcpath} && scons ${scons.args} install"
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070119/c82ea145/attachment.html


More information about the macports-changes mailing list