# -*- 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
# $Id: Portfile 75676 2011-02-04 01:58:32Z ryandesign@macports.org $

PortSystem              1.0

name                    peekabot-client
version                 0.8.4
categories              science devel
maintainers             gimaker.se:staffan \
                        openmaintainer
description             The peekabot client library
long_description        peekabot is a distributed real-time 3D visualization \
                        tool for robotics researchers and developers written \
                        in C++. Its purpose is to simplify the visualization \
                        needs faced by roboticists daily.
homepage                http://www.peekabot.org/
platforms               darwin
distname                peekabot-${version}
dist_subdir             peekabot
master_sites            sourceforge:peekabot
use_bzip2               yes
use_parallel_build      yes

checksums               sha1    418a38978bf8ebf4d8d7eb518dbcea9a01887217 \
                        rmd160  45c7b659c87ca361e2a1f28537a041bd04c9422b

depends_lib             port:boost

configure.args          --disable-server

# Disable compression since using it produces a mysterious memory fault
# that I cannot figure out why it occurs
patchfiles              patch-disable_compression.diff
