Ticket #38925: Portfile.2

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

New Portfile for h3dload 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                h3dload
8version             2.3.0
9categories          graphics
10platforms           darwin
11maintainers         sensegraphics.com:support
12license             GPL-2+
13
14description         Command line X3D browser based on H3DAPI.
15long_description    X3D browser with custom extensions for haptics and medical simulation.
16
17homepage            http://www.h3dapi.org
18master_sites        ftp://www.h3dapi.org/pub/releases/source
19
20checksums           rmd160  ca60af0fcd89c309cd030ab509a640b28fd6b470 \
21                    sha256  231104455feea6217c103ab0cbb2187e448000e6f02f9a1f2abb0161a13bbbd1
22
23distfiles           h3dapi-${version}${extract.suffix}
24depends_lib         port:h3dapi
25
26worksrcdir          h3dapi-${version}/H3DLoad/build
27
28livecheck.type      regex
29livecheck.url       ${master_sites}/
30livecheck.regex     h3dapi-(\[0-9.\]+)${extract.suffix}
31
32cmake.out_of_source yes