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.2.0 |
---|
9 | categories graphics |
---|
10 | platforms darwin |
---|
11 | license GPL |
---|
12 | maintainers support\ |
---|
13 | sensegraphics.com:support |
---|
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 d0bd9ec0a79ffa1a43bd52809d76cbb80eaf1dbd \ |
---|
21 | sha256 c145cd3e8b902ed2d456c06e08d7af96dc490665387bc99934061510f661b4db |
---|
22 | |
---|
23 | distfiles h3dapi-${version}${extract.suffix} |
---|
24 | depends_lib port:h3dapi |
---|
25 | |
---|
26 | worksrcdir h3dapi-${version}/H3DLoad/build |
---|
27 | |
---|