Added: trunk/dports/science/root/Portfile (0 => 61035)
--- trunk/dports/science/root/Portfile (rev 0)
+++ trunk/dports/science/root/Portfile 2009-11-30 15:03:43 UTC (rev 61035)
@@ -0,0 +1,30 @@
+# $Id$
+
+PortSystem 1.0
+
+name root
+version 5.24.00
+categories science
+maintainers gmail.com:mattiafrancescomoro
+license LGPLv2.1
+description Root cern data analysis framework
+long_description The ROOT system provides a set of frameworks with all \
+ the functionality needed to handle and analyze large amounts \
+ of data in a very efficient way
+homepage http://root.cern.ch/
+platforms darwin
+distname ${name}_v${version}.source
+master_sites ftp://root.cern.ch/root/
+
+checksums md5 249c414bf34ed1e6660d2d829c2db964
+
+worksrcdir root
+
+depends_lib port:libpng \
+ port:giflib \
+ port:tiff \
+ port:qt4-mac \
+ port:freetype
+
+configure.args --enable-shared \
+ --etcdir=${prefix}/etc/root
Property changes on: trunk/dports/science/root/Portfile
___________________________________________________________________