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 | PortSystem 1.0 |
---|
4 | |
---|
5 | name sumo |
---|
6 | version 0.11.1 |
---|
7 | categories science |
---|
8 | maintainers me.com:jens.fahnenbruck |
---|
9 | description Simulation of Urban MObility (SUMO) |
---|
10 | long_description Simulation of Urban MObility (SUMO) is an open source, \ |
---|
11 | highly portable, microscopic road traffic simulation \ |
---|
12 | package designed to handle large road networks. It is \ |
---|
13 | mainly developed by employees of the Institute of \ |
---|
14 | Transportation Systems at the German Aerospace Center. \ |
---|
15 | SUMO is licensed under the GPL |
---|
16 | homepage http://sourceforge.net/apps/mediawiki/sumo/index.php?title=Main_Page |
---|
17 | platforms darwin |
---|
18 | master_sites http://prdownloads.sourceforge.net/sumo/ |
---|
19 | distfiles ${name}-src-${version}.tar.gz |
---|
20 | checksums md5 d3e8d29d74cf25d6cf2bb0c2a622ea49 \ |
---|
21 | sha1 c33f451918c5cb15de5964eb9db3078e24b415a1 \ |
---|
22 | rmd160 956495941b3e58ab42bba6f233678814cb269c2f |
---|
23 | depends_lib port:fox \ |
---|
24 | port:gdal \ |
---|
25 | port:proj \ |
---|
26 | port:xercesc3 |
---|
27 | configure.args --with-fox=/opt/local \ |
---|
28 | --with-proj-gdal=/opt/local \ |
---|
29 | --with-xerces=/opt/local \ |
---|
30 | --prefix=${prefix} |
---|
31 | |
---|
32 | #pre-configure { |
---|
33 | # make -f Makefile.cvs |
---|
34 | #} |
---|