Ticket #38924: Portfile.2

File Portfile.2, 1.1 KB (added by daniel.evestedt@…, 9 years ago)

New Portfile for h3dphysics 2.3.0

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.3.0
9categories          graphics
10platforms           darwin
11maintainers         sensegraphics.com:support
12license             GPL-2+
13
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  cc7a1217db6e21672dc638999dade2a006ae5f0e \
21                    sha256  785e3eb7c8cf66c375848c8d2f0bf32c3aea83ba826a309976ee5e48eca528e2
22
23depends_lib         port:h3dapi \
24                    port:ode \
25                    port:bullet
26
27worksrcdir          ${distname}/build
28
29patchfiles          patch-CMakeLists.txt.diff
30
31livecheck.type      regex
32livecheck.url       ${master_sites}/
33livecheck.regex     h3dphysics-(\[0-9.\]+)${extract.suffix}
34
35cmake.out_of_source yes