Ticket #38920: Portfile.2

File Portfile.2, 1.2 KB (added by daniel.evestedt@…, 9 years ago)

New Portfile for HAPI 1.3.0 (ignore previous attachments)

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.3.0
9categories          graphics
10platforms           darwin
11maintainers         sensegraphics.com:support
12license             GPL-2+
13
14description         Header and library files for HAPI haptics engine.
15
16long_description    HAPI is a C++ open source cross-platform haptics library. \
17                    It is extendable and simple to use. It allows for building \
18                    applications with haptics cababilities or to add haptics \
19                    to existing applications.
20
21homepage            http://www.h3dapi.org
22master_sites        ftp://www.h3dapi.org/pub/releases/source
23
24checksums           rmd160  993358fe1bfdc3c00532ef444b22b8a2e73cfb6f \
25                    sha256  ca423ed1e96bea9ad5ae3bfd3b539024ee10274ffb02c6c3ceb98519f21d815f
26
27depends_lib         port:h3dutil
28
29worksrcdir          ${distname}/build
30
31patchfiles          patch-CMakeLists.txt.diff
32
33livecheck.type      regex
34livecheck.url       ${master_sites}/
35livecheck.regex     hapi-(\[0-9.\]+)${extract.suffix}
36
37cmake.out_of_source yes