| 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 | |
|---|
| 4 | PortSystem 1.0 |
|---|
| 5 | PortGroup cmake 1.0 |
|---|
| 6 | |
|---|
| 7 | name hapi |
|---|
| 8 | version 1.3.0 |
|---|
| 9 | categories graphics |
|---|
| 10 | platforms darwin |
|---|
| 11 | maintainers sensegraphics.com:support |
|---|
| 12 | license GPL-2+ |
|---|
| 13 | |
|---|
| 14 | description Header and library files for HAPI haptics engine. |
|---|
| 15 | |
|---|
| 16 | long_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 | |
|---|
| 21 | homepage http://www.h3dapi.org |
|---|
| 22 | master_sites ftp://www.h3dapi.org/pub/releases/source |
|---|
| 23 | |
|---|
| 24 | checksums rmd160 993358fe1bfdc3c00532ef444b22b8a2e73cfb6f \ |
|---|
| 25 | sha256 ca423ed1e96bea9ad5ae3bfd3b539024ee10274ffb02c6c3ceb98519f21d815f |
|---|
| 26 | |
|---|
| 27 | depends_lib port:h3dutil |
|---|
| 28 | |
|---|
| 29 | worksrcdir ${distname}/build |
|---|
| 30 | |
|---|
| 31 | patchfiles patch-CMakeLists.txt.diff |
|---|
| 32 | |
|---|
| 33 | livecheck.type regex |
|---|
| 34 | livecheck.url ${master_sites}/ |
|---|
| 35 | livecheck.regex hapi-(\[0-9.\]+)${extract.suffix} |
|---|
| 36 | |
|---|
| 37 | cmake.out_of_source yes |
|---|