mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
For all h3d ports: * Bumped up version numbers and checksums * Updated to cmake 1.1 portgroup * Removed all previous patches * Added size parameter For h3dapi: * Added patch to properly locate audiofile include dir * Added build args to prevent h3dload/h3dviewer from being built
32 lines
1.1 KiB
Tcl
32 lines
1.1 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup cmake 1.1
|
|
|
|
name h3dphysics
|
|
version 1.4.0
|
|
categories graphics
|
|
platforms darwin
|
|
maintainers {@SenseGraphics sensegraphics.com:support}
|
|
license GPL-2+
|
|
|
|
description Extension for H3DAPI for support of rigid and soft body physics.
|
|
long_description ${description}
|
|
|
|
homepage http://www.h3dapi.org
|
|
master_sites ftp://www.h3dapi.org/pub/releases/source/
|
|
|
|
checksums rmd160 be47ca21bb9993700e5189762d75833e728906c6 \
|
|
sha256 ad3a23997d9c63a830f7c3711dfe97852e46ade2ed36d6afd9b66780d0a4f189 \
|
|
size 5779888
|
|
|
|
depends_lib port:h3dapi \
|
|
port:ode \
|
|
port:bullet
|
|
|
|
configure.post_args ${worksrcpath}/build
|
|
|
|
livecheck.type regex
|
|
livecheck.url ${master_sites}/
|
|
livecheck.regex h3dphysics-(\[0-9.\]+)${extract.suffix}
|