# $Id: Portfile 56063 2009-08-24 00:39:48Z ryandesign@macports.org $
PortSystem        1.0
name              playerstage-player
version           2.0.4
revision          2
categories        science
platforms         darwin
maintainers       ai.sri.com:vincent
description       Player/Stage robotic platform
long_description  The Player Project creates Free Software\
				  that enables research in robot and sensor\
				  systems. The Player robot server is probably\
				  the most widely used robot control interface\
				  in the world. Its simulation backends, \
				  Stage and Gazebo, are also very widely used.
				  
homepage          http://playerstage.sourceforge.net
master_sites      sourceforge:playerstage

distname player-${version}
use_bzip2 yes
checksums sha1 96ae46abe9a81cab045b2a9ae6479a44fc6f2ac2

worksrcdir player-${version}

depends_build   port:libtool port:pkgconfig
depends_lib     port:gtk2 \
                port:jpeg \
                port:libpng \
                port:glib2 \
                port:tiff \
                port:boost \
                port:gsl \
                port:python25 \
                port:swig

configure.env   PYTHON=python2.5

use_parallel_build no
