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: Portfile 75548 2011-01-29 18:36:30Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | |
---|
7 | name vrpn |
---|
8 | description Virtual-Reality Peripheral Network |
---|
9 | long_description The Virtual-Reality Peripheral Network (VRPN) is a \ |
---|
10 | set of classes that implement an interface between \ |
---|
11 | application programs and the set of physical devices \ |
---|
12 | (tracker, etc.) used in a virtual-reality (VR) system. |
---|
13 | version 07_29 |
---|
14 | categories net devel multimedia |
---|
15 | platforms darwin |
---|
16 | maintainers openmaintainer node99.org:sean |
---|
17 | |
---|
18 | homepage http://www.cs.unc.edu/Research/vrpn/ |
---|
19 | master_sites ftp://ftp.cs.unc.edu/pub/packages/GRIP/vrpn/ \ |
---|
20 | ftp://ftp.cs.unc.edu/pub/packages/GRIP/vrpn/old_versions/ |
---|
21 | distname ${name}_${version} |
---|
22 | worksrcdir ${name}/build |
---|
23 | use_zip yes |
---|
24 | checksums md5 422f13fc9cbb62d36c96f3cc3b06cec9 \ |
---|
25 | sha1 48e3b96ea613447935dbb48ccdccd0f765189f72 |
---|
26 | |
---|
27 | post-extract { file mkdir ${worksrcpath} } |
---|
28 | configure.args-append .. |
---|