Ticket #38923: Portfile.2

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

New Portfile for h3dmedx3d 1.4.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                h3dmedx3d
8version             1.4.0
9categories          graphics
10platforms           darwin
11maintainers         sensegraphics.com:support
12license             GPL-2+
13
14description         Extension for H3DAPI for support of the volume rendering component of X3D.
15
16long_description    Extension for H3DAPI for support of the volume rendering component of X3D.
17
18homepage            http://www.h3dapi.org
19master_sites        ftp://www.h3dapi.org/pub/releases/source
20
21checksums           rmd160  be169a9c2344f90aee5d35ef77c55a49e2a1713f \
22                    sha256  97e9bf56b91a1e77ee8f2d737bdae601d02bac54a1bbc57a7d0f280841db9b01
23
24depends_lib         port:h3dapi
25
26worksrcdir          ${distname}/build
27
28patchfiles          patch-CMakeLists.txt.diff
29
30livecheck.type      regex
31livecheck.url       ${master_sites}/
32livecheck.regex     h3dmedx3d-(\[0-9.\]+)${extract.suffix}
33
34cmake.out_of_source yes