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 h3dutil |
---|
8 | version 1.2.0 |
---|
9 | categories graphics |
---|
10 | platforms darwin |
---|
11 | license GPL |
---|
12 | maintainers support\ |
---|
13 | sensegraphics.com:support |
---|
14 | description Development files for h3dutil, a utility library for the H3D framework. |
---|
15 | long_description Development files for h3dutil, a utility library for the H3D framework. Includes vector and matrix math, image loading functions, thread handling and other common functions. |
---|
16 | homepage http://www.h3dapi.org |
---|
17 | master_sites ftp://www.h3dapi.org/pub/releases/source |
---|
18 | |
---|
19 | checksums rmd160 bb7cb826aff59f81d6bee3ffbb7d9f9d42bf18ae \ |
---|
20 | sha256 2ea20577c727e81a16585186ca9ad6523172cc6f1d7cd94c3ca7547f2436aa2f |
---|
21 | |
---|
22 | depends_lib port:dcmtk \ |
---|
23 | port:freeimage |
---|
24 | |
---|
25 | worksrcdir ${distname}/build |
---|
26 | |
---|