Ticket #38922: Portfile

File Portfile, 898 bytes (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                h3dui
8version             2.2.0
9categories          graphics
10platforms           darwin
11license             GPL
12maintainers         support\
13                    sensegraphics.com:support
14description         Extension for H3DAPI for support of touchable 3D menues.
15long_description    Extension for H3DAPI for support of touchable 3D menues.
16
17homepage            http://www.h3dapi.org
18master_sites        ftp://www.h3dapi.org/pub/releases/source
19
20checksums           rmd160  9b099d34b5342696c66aee2fb4d36a6e8cb0ad69 \
21                    sha256  5c089c37c820c78ea01b4fb799b45dee6a3cf39b6ffa617874915fe8d7099fce
22
23depends_lib         port:h3dapi
24
25worksrcdir          ${distname}/build
26