[61013] trunk/dports/devel

stromnov at macports.org stromnov at macports.org
Sun Nov 29 18:00:14 PST 2009


Revision: 61013
          http://trac.macports.org/changeset/61013
Author:   stromnov at macports.org
Date:     2009-11-29 18:00:11 -0800 (Sun, 29 Nov 2009)
Log Message:
-----------
bullet: New port.

Added Paths:
-----------
    trunk/dports/devel/bullet/
    trunk/dports/devel/bullet/Portfile

Added: trunk/dports/devel/bullet/Portfile
===================================================================
--- trunk/dports/devel/bullet/Portfile	                        (rev 0)
+++ trunk/dports/devel/bullet/Portfile	2009-11-30 02:00:11 UTC (rev 61013)
@@ -0,0 +1,33 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           cmake 1.0
+
+name                bullet
+version             2.75
+categories          devel
+
+maintainers         stromnov openmaintainer
+
+description         Bullet Physics Engine
+
+long_description    ${description}
+
+platforms           darwin
+
+homepage            http://bulletphysics.org/
+master_sites        googlecode:bullet
+use_zip             yes
+
+checksums           md5     38ed8afcd53a5e0116ce7541eccbc0f6 \
+                    sha1    1d8e057c24f697caeb9ec25cde94193acb2b0d50 \
+                    rmd160  fddd0d82146906a5628d70f118135226317d4aef
+
+configure.args-append \
+                    -DCMAKE_INSTALL_NAME_DIR=${prefix}/lib \
+                    -DBUILD_SHARED_LIBS=ON \
+                    -DBUILD_EXTRAS=OFF \
+                    -DBUILD_DEMOS=OFF
+
+use_parallel_build  no


Property changes on: trunk/dports/devel/bullet/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091129/c2b5769f/attachment.html>


More information about the macports-changes mailing list