Ticket #38920: 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                hapi
8version             1.2.0
9categories          graphics
10platforms           darwin
11license             GPL
12maintainers         support\
13                    sensegraphics.com:support
14description         Header and library files for HAPI haptics engine.
15long_description    HAPI is a C++ open source cross-platform haptics library. It is extendable and simple to use. It allows for building applications with haptics cababilities or to add haptics to existing applications.
16
17homepage            http://www.h3dapi.org
18master_sites        ftp://www.h3dapi.org/pub/releases/source
19
20checksums           rmd160  1391a1bec8026717647849a428349c0be7e6a0df \
21                    sha256  ceea4b524f26282b98ae3b4838cb3631d456598e2eaee6dddbaa01cd17ca0e7d
22
23depends_lib         port:h3dutil
24
25worksrcdir          ${distname}/build
26