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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name newton-dynamics |
---|
7 | version 2.33 |
---|
8 | categories devel |
---|
9 | platforms darwin |
---|
10 | license zlib |
---|
11 | maintainers strasweb.fr:rudloff \ |
---|
12 | openmaintainer |
---|
13 | homepage http://newtondynamics.com/forum/newton.php |
---|
14 | description A realistic physics simulation library |
---|
15 | long_description Newton Dynamics is an accurate 3d Physics Library for real-time simulation of physics environments. |
---|
16 | master_sites googlecode |
---|
17 | checksums sha256 020432768d08899fafb97011277729234b97ae6b933e12e2dd8c139419081a4d |
---|
18 | extract.suffix .rar |
---|
19 | extract.cmd unrar x |
---|
20 | extract.pre_args |
---|
21 | extract.post_args |
---|
22 | worksrcdir ${distname}/coreLibrary_200/projets/linux32 |
---|
23 | |
---|
24 | patchfiles patch-makefile.diff \ |
---|
25 | patch-source-core-dgTypes.cpp.diff |
---|
26 | |
---|
27 | depends_build port:unrar |
---|
28 | |
---|
29 | use_configure no |
---|
30 | |
---|
31 | build.target |
---|
32 | |
---|
33 | destroot { |
---|
34 | xinstall ${worksrcpath}/libNewton.a ${destroot}${prefix}/lib |
---|
35 | xinstall ${worksrcpath}/../../source/newton/Newton.h ${destroot}${prefix}/include |
---|
36 | } |
---|