Ticket #28197: Portfile

File Portfile, 1.3 KB (added by sean@…, 13 years ago)
Line 
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
4PortSystem              1.0
5PortGroup               cmake 1.0
6
7name                    vrpn
8description             Virtual-Reality Peripheral Network
9long_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.
13version                 07_29
14categories              net devel multimedia
15platforms               darwin
16maintainers             openmaintainer node99.org:sean
17
18homepage                http://www.cs.unc.edu/Research/vrpn/
19master_sites            ftp://ftp.cs.unc.edu/pub/packages/GRIP/vrpn/ \
20                        ftp://ftp.cs.unc.edu/pub/packages/GRIP/vrpn/old_versions/
21distname                ${name}_${version}
22worksrcdir              ${name}/build
23use_zip                 yes
24checksums               md5 422f13fc9cbb62d36c96f3cc3b06cec9 \
25                        sha1 48e3b96ea613447935dbb48ccdccd0f765189f72
26
27post-extract { file mkdir ${worksrcpath} }
28configure.args-append ..