Ticket #38921: Portfile

File Portfile, 1.2 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                h3dapi
8version             2.2.0
9categories          graphics
10platforms           darwin
11license             GPL
12maintainers         support\
13                    sensegraphics.com:support
14description         Headers and libraries for H3DAPI development.
15long_description    H3DAPI provides is a scenegraph based API with one unified scene graph to handle both graphics and haptics based on the X3D standard.
16
17homepage            http://www.h3dapi.org
18master_sites        ftp://www.h3dapi.org/pub/releases/source
19
20checksums           rmd160  d0bd9ec0a79ffa1a43bd52809d76cbb80eaf1dbd \
21                    sha256  c145cd3e8b902ed2d456c06e08d7af96dc490665387bc99934061510f661b4db
22
23depends_lib         port:hapi \
24                    port:glew \
25                    port:xercesc \
26                    port:ftgl \
27                    port:libvorbis \
28                    port:audiofile \
29                    port:spidermonkey \
30                    port:fontconfig
31
32worksrcdir          ${distname}/build
33