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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | PortGroup xcode 1.0 |
---|
7 | name rt-volume-rendering |
---|
8 | version 1.0.0 |
---|
9 | epoch 1 |
---|
10 | categories graphics |
---|
11 | platforms darwin |
---|
12 | maintainers bugcutt |
---|
13 | description Real-Time Volume Renderer |
---|
14 | long_description The RTVolumeRendering application provides a GUI environment \ |
---|
15 | for viewing and defining transfer functions for volume data \ |
---|
16 | sets in real-time. The application uses a texture based \ |
---|
17 | approach that is run entirely on the GPU. |
---|
18 | depends_lib port:wxWidgets \ |
---|
19 | port:glew\ |
---|
20 | port:zlib |
---|
21 | homepage http://www.joeforte.net/projects/real-time-volume-rendering/ |
---|
22 | master_sites http://www.joeforte.net/project_data/rt_volume_rendering/ |
---|
23 | distfiles rtvolumerendering-${version}.tar.gz |
---|
24 | checksums md5 438a53ba8c7d1953a085ebcd4a7f0d1b \ |
---|
25 | sha1 25a2fa1c24bc88c569dc37778b3e8f5aea59b678 \ |
---|
26 | rmd160 615bdb029f4702d3c0db0d95f0d63ca2ffb21c92 |
---|
27 | |
---|
28 | set worksrcdir RTVolumeRendering_src_${version} |
---|
29 | |
---|
30 | xcode.project RTVolumeRendering.xcodeproj |
---|
31 | xcode.configuration Release |
---|
32 | xcode.destroot.type Application |
---|