Ticket #38919: Portfile

File Portfile, 1.0 KB (added by daniel.evestedt@…, 11 years ago)
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                h3dutil
8version             1.2.0
9categories          graphics
10platforms           darwin
11license             GPL
12maintainers         support\
13                    sensegraphics.com:support
14description         Development files for h3dutil, a utility library for the H3D framework.
15long_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.
16homepage            http://www.h3dapi.org
17master_sites        ftp://www.h3dapi.org/pub/releases/source
18
19checksums           rmd160  bb7cb826aff59f81d6bee3ffbb7d9f9d42bf18ae \
20                    sha256  2ea20577c727e81a16585186ca9ad6523172cc6f1d7cd94c3ca7547f2436aa2f
21
22depends_lib         port:dcmtk \
23                    port:freeimage
24
25worksrcdir          ${distname}/build
26