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 | name peekabot |
---|
7 | version 0.6.0 |
---|
8 | categories science devel |
---|
9 | maintainers gimaker.se:staffan \ |
---|
10 | openmaintainer |
---|
11 | description A 3D visualization tool for robotics |
---|
12 | long_description peekabot is a distributed real-time 3D visualization \ |
---|
13 | tool for robotics researchers and developers written \ |
---|
14 | in C++. Its purpose is to simplify the visualization \ |
---|
15 | needs faced by roboticists daily. |
---|
16 | homepage http://www.peekabot.org/ |
---|
17 | platforms darwin |
---|
18 | master_sites sourceforge |
---|
19 | use_bzip2 yes |
---|
20 | use_parallel_build yes |
---|
21 | |
---|
22 | checksums md5 9de6f733272516aea9ed27842055eee3 \ |
---|
23 | sha1 60c11484903064ba96539f3e6b75f91def4bbe16 \ |
---|
24 | rmd160 c90cf68940adeda029d163ed00d80a0b92eba499 |
---|
25 | |
---|
26 | depends_lib port:boost \ |
---|
27 | port:xercesc \ |
---|
28 | port:fltk \ |
---|
29 | port:libpng \ |
---|
30 | port:freetype |
---|