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 | PortSystem 1.0 |
---|
4 | PortGroup cmake 1.0 |
---|
5 | |
---|
6 | name vrpn |
---|
7 | description The Virtual-Reality Peripheral Network (VRPN) is a set of classes that implement an interface between application programs and the set of physical devices (tracker, etc.) used in a virtual-reality (VR) system. |
---|
8 | long_description ${description} |
---|
9 | version 07_26 |
---|
10 | categories net |
---|
11 | platforms darwin |
---|
12 | maintainers node99.org:sean |
---|
13 | |
---|
14 | homepage http://www.cs.unc.edu/Research/vrpn/ |
---|
15 | master_sites ftp://ftp.cs.unc.edu/pub/packages/GRIP/vrpn/ |
---|
16 | distname ${name}_${version} |
---|
17 | worksrcdir vrpn |
---|
18 | use_zip yes |
---|
19 | checksums md5 77adb2044aed254f4b7cb4b3991513de |
---|