Ticket #20081: Portfile

File Portfile, 1.2 KB (added by staffan@…, 15 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$
3
4PortSystem              1.0
5
6name                    peekabot
7version                 0.6.0
8categories              science devel
9maintainers             gimaker.se:staffan \
10                        openmaintainer
11description             A 3D visualization tool for robotics
12long_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.
16homepage                http://www.peekabot.org/
17platforms               darwin
18master_sites            sourceforge
19use_bzip2               yes
20use_parallel_build      yes
21
22checksums               md5 9de6f733272516aea9ed27842055eee3 \
23                        sha1 60c11484903064ba96539f3e6b75f91def4bbe16 \
24                        rmd160 c90cf68940adeda029d163ed00d80a0b92eba499
25
26depends_lib             port:boost \
27                        port:xercesc \
28                        port:fltk \
29                        port:libpng \
30                        port:freetype