Ticket #10833: Portfile

File Portfile, 1.1 KB (added by cssdev, 18 years ago)

Portfile for FreeVR 0.5g, but build stage doesn't pick up required definitions.

Line 
1# $Id: $
2
3PortSystem              1.0
4name                    freevr
5version                 0.5g
6description             virtual reality interface and integration library
7categories              graphics devel x11
8long_description        FreeVR is an open-source virtual reality interface \
9        and integration library. It has been designed to work with a wide  \
10        variety of input and output hardware, with many device interfaces  \
11        already implemented. One of the design goals was for FreeVR        \
12        applications to be easily run in existing virtual reality          \
13        facitilies, as well as newly established VR systems. The other     \
14        major design goal is to make it easier for VR applications to be   \
15        shared among active VR research sites using different hardware     \
16        from each other.
17
18homepage                http://www.freevr.org/
19platforms               darwin
20maintainers             css@macports.org
21master_sites            http://www.aces.dri.edu/freevr/Downloads/
22distname                ${name}_${version}-alpha
23worksrcdir              ${name}_${version}
24checksums               md5 c6d4a726cb62e89a77e5318f36b4b39f
25use_configure           no
26
27patch {
28        reinplace "s|/sw|${prefix}|" \
29        ${worksrcpath}/src/Make-config
30}
31
32build.dir               ${worksrcpath}/src
33variant darwin {
34        build.args      darwin-X-glx
35}