Ticket #38921: Portfile.2

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

New Portfile for H3DAPI 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                h3dapi
8version             2.3.0
9categories          graphics
10platforms           darwin
11maintainers         sensegraphics.com:support
12license             GPL-2+
13
14description         Headers and libraries for H3DAPI development.
15
16long_description    H3DAPI provides is a scenegraph based API with one \
17                    unified scene graph to handle both graphics and haptics\
18                    based on the X3D standard.
19
20homepage            http://www.h3dapi.org
21master_sites        ftp://www.h3dapi.org/pub/releases/source
22
23checksums           rmd160  ca60af0fcd89c309cd030ab509a640b28fd6b470 \
24                    sha256  231104455feea6217c103ab0cbb2187e448000e6f02f9a1f2abb0161a13bbbd1
25
26depends_lib         port:hapi \
27                    port:glew \
28                    port:xercesc \
29                    port:ftgl \
30                    port:libvorbis \
31                    port:audiofile \
32                    port:spidermonkey \
33                    port:fontconfig
34
35worksrcdir          ${distname}/build
36
37patch.dir           ${workpath}/${distname}
38patchfiles          patch-build-CMakeLists.txt.diff \
39                    patch-include-H3D-X3DParticleEmitterNode.h.diff
40
41livecheck.type      regex
42livecheck.url       ${master_sites}/
43livecheck.regex     h3dapi-(\[0-9.\]+)${extract.suffix}
44
45cmake.out_of_source yes