Ticket #38924: Portfile

File Portfile, 984 bytes (added by daniel.evestedt@…, 11 years ago)
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$
3
4PortSystem          1.0
5PortGroup           cmake 1.0
6
7name                h3dphysics
8version             1.2.0
9categories          graphics
10platforms           darwin
11license             GPL
12maintainers         support\
13                    sensegraphics.com:support
14description         Extension for H3DAPI for support of rigid and soft body physics.
15long_description    Extension for H3DAPI for support of rigid and soft body physics.
16
17homepage            http://www.h3dapi.org
18master_sites        ftp://www.h3dapi.org/pub/releases/source
19
20checksums           rmd160  85c967410a2f4fc4a85d1654876399c25dc3a20b \
21                    sha256  4453438f4f4242453f7c0edddad46fba2a04721b8acc08df8ef312fd502ec3a7
22
23depends_lib         port:h3dapi \
24                    port:ode \
25                    port:bullet
26
27worksrcdir          ${distname}/build
28