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 | |
---|
3 | # $Id$ |
---|
4 | |
---|
5 | PortSystem 1.0 |
---|
6 | |
---|
7 | PortGroup cmake 1.0 |
---|
8 | |
---|
9 | name libnifalcon |
---|
10 | version 1.0.2 |
---|
11 | categories devel |
---|
12 | platforms darwin |
---|
13 | |
---|
14 | maintainers gmail.com:richardsjohnt |
---|
15 | |
---|
16 | homepage http://qdot.github.com/libnifalcon/ |
---|
17 | description Novint Falcon hardware support |
---|
18 | long_description Driver and development library for the Novint Falcon haptic device |
---|
19 | license BSD |
---|
20 | |
---|
21 | master_sites sourceforge |
---|
22 | checksums md5 d2d226dad44ad2c98343cca5523e9f16 \ |
---|
23 | sha1 7ab7e2781a9224201da0e461e3fa34d21a8430e0 \ |
---|
24 | rmd160 eef75bf1834df6c1a812d0ef19399109e78cdd13 |
---|
25 | |
---|
26 | depends_lib port:boost \ |
---|
27 | port:libusb |
---|
28 | |
---|
29 | post-extract { |
---|
30 | file mkdir ${worksrcpath}/build |
---|
31 | } |
---|
32 | |
---|
33 | configure.args-append -G \"Unix Makefiles\" .. |
---|
34 | |
---|
35 | configure.dir ${worksrcpath}/build |
---|
36 | build.dir ${worksrcpath}/build |
---|