# -*- 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

PortSystem          1.0
PortGroup           github 1.0
PortGroup           cmake 1.1

github.setup        eclipse-sumo sumo 1_26_0 v
github.tarball_from archive
version             [string map {_ .} ${github.version}]
revision            0
categories          science devel
maintainers         {gmail.com:tlockhart1976 @lockhart} openmaintainer
license             EPL-2

description         Simulation of Urban MObility (SUMO)
long_description    Eclipse SUMO is an open source, highly portable, \
                    microscopic and continuous traffic simulation package \
                    designed to handle large networks. It allows for \
                    intermodal simulation including pedestrians and comes \
                    with a large set of tools for scenario creation.

homepage            https://eclipse.dev/sumo/

checksums           rmd160  fd2e97d32a29d4b429bb2e7a50b2c0986517d6a9 \
                    sha256  eeb93adb0745f64c0a7931cb577858f6c8bad56f41ac61dfb43d9fc1dc0d5ee3 \
                    size    247952589

depends_lib         port:gettext-runtime \
                    port:xercesc3 \
                    port:zlib
