# -*- 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
# $Id: Portfile 88439 2012-01-02 12:36:39Z jmr@macports.org $

PortSystem              1.0
PortGroup               cmake 1.0

name                    vrpn
description             Virtual-Reality Peripheral Network
long_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.
version                 07_29
categories              net devel multimedia
platforms               darwin
maintainers             node99.org:sean openmaintainer

homepage                http://www.cs.unc.edu/Research/vrpn/
master_sites            ftp://ftp.cs.unc.edu/pub/packages/GRIP/vrpn/ \
                        ftp://ftp.cs.unc.edu/pub/packages/GRIP/vrpn/old_versions/
distname                ${name}_${version}
worksrcdir              ${name}/build
use_zip                 yes
checksums               md5 422f13fc9cbb62d36c96f3cc3b06cec9 \
                        sha1 48e3b96ea613447935dbb48ccdccd0f765189f72

post-extract { file mkdir ${worksrcpath} }
configure.args-append ..
