Ticket #24138: Portfile

File Portfile, 1.5 KB (added by jens.fahnenbruck@…, 14 years ago)
Line 
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$
3PortSystem        1.0
4
5name              sumo
6version           0.11.1
7categories        science
8maintainers       me.com:jens.fahnenbruck
9description       Simulation of Urban MObility (SUMO)
10long_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
16homepage          http://sourceforge.net/apps/mediawiki/sumo/index.php?title=Main_Page
17platforms         darwin
18master_sites      http://prdownloads.sourceforge.net/sumo/
19distfiles         ${name}-src-${version}.tar.gz
20checksums         md5 d3e8d29d74cf25d6cf2bb0c2a622ea49 \
21                  sha1 c33f451918c5cb15de5964eb9db3078e24b415a1 \
22                  rmd160 956495941b3e58ab42bba6f233678814cb269c2f
23depends_lib       port:fox \
24                  port:gdal \
25                  port:proj \
26                  port:xercesc3
27configure.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#}