# -*- 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$
PortSystem        1.0

name              sumo
version           0.11.1
categories        science
maintainers       me.com:jens.fahnenbruck
description       Simulation of Urban MObility (SUMO)
long_description  Simulation of Urban MObility (SUMO) is an open source, \
                  highly portable, microscopic road traffic simulation \
                  package designed to handle large road networks. It is \
                  mainly developed by employees of the Institute of \
                  Transportation Systems at the German Aerospace Center. \
                  SUMO is licensed under the GPL
homepage          http://sourceforge.net/apps/mediawiki/sumo/index.php?title=Main_Page
platforms         darwin
master_sites      http://prdownloads.sourceforge.net/sumo/
distfiles         ${name}-src-${version}.tar.gz
checksums         md5 d3e8d29d74cf25d6cf2bb0c2a622ea49 \
                  sha1 c33f451918c5cb15de5964eb9db3078e24b415a1 \
                  rmd160 956495941b3e58ab42bba6f233678814cb269c2f
depends_lib       port:fox \
                  port:gdal \
                  port:proj \
                  port:xercesc3
configure.args    --with-fox=/opt/local \
                  --with-proj-gdal=/opt/local \
                  --with-xerces=/opt/local \
                  --prefix=${prefix}

#pre-configure {
#  make -f Makefile.cvs
#}
