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