Last change
on this file was
154005,
checked in by stromnov@…, 19 months ago
|
bullet: update to version 2.85.1
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Line | |
---|
1 | # -*- 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 |
---|
2 | # $Id: Portfile 154005 2016-10-17 21:33:36Z stromnov@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | PortGroup github 1.0 |
---|
7 | |
---|
8 | github.setup bulletphysics bullet3 2.85.1 |
---|
9 | name bullet |
---|
10 | categories devel |
---|
11 | platforms darwin |
---|
12 | license zlib |
---|
13 | supported_archs i386 x86_64 |
---|
14 | |
---|
15 | maintainers stromnov openmaintainer |
---|
16 | |
---|
17 | description Bullet Physics Engine |
---|
18 | long_description ${description} |
---|
19 | |
---|
20 | homepage http://bulletphysics.org/ |
---|
21 | |
---|
22 | checksums rmd160 0d438f82f742ed45ff708cb9ca3301d9b815f4f0 \ |
---|
23 | sha256 5d29f59b57bd686899d1b77ab938f59acb3c2f6f0e39741c41f91646d2ee3930 |
---|
24 | |
---|
25 | cmake.out_of_source yes |
---|
26 | |
---|
27 | configure.args-append \ |
---|
28 | -DBUILD_DEMOS=OFF \ |
---|
29 | -DBUILD_BULLET2_DEMOS=OFF \ |
---|
30 | -DBUILD_OPENGL3_DEMOS=OFF \ |
---|
31 | -DBUILD_SHARED_LIBS=ON \ |
---|
32 | -DINSTALL_LIBS=ON \ |
---|
33 | -DINSTALL_EXTRA_LIBS=OFF \ |
---|
34 | -DBUILD_UNIT_TESTS=OFF \ |
---|
35 | -DUSE_GLUT=OFF |
---|
Note: See
TracBrowser
for help on using the repository browser.