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