Manual tweak devel/electron12
[dports.git] / cad / sumo / Makefile
1 PORTNAME=       sumo
2 DISTVERSION=    1.2.0
3 PORTREVISION=   5
4 CATEGORIES=     cad
5 MASTER_SITES=   http://www.dlr.de/ts/en/Portaldata/16/Resources/projekte/sumo/
6 DISTFILES=      ${PORTNAME}-src-${DISTVERSIONFULL}${EXTRACT_SUFX}
7
8 MAINTAINER=     enriquefynn@gmail.com
9 COMMENT=        Traffic simulation suite for road vehicles, public transportation, etc
10
11 LIB_DEPENDS=    libfontconfig.so:x11-fonts/fontconfig \
12                 libFOX-1.6.so:x11-toolkits/fox16 \
13                 libfreetype.so:print/freetype2 \
14                 libgdal.so:graphics/gdal \
15                 libpng.so:graphics/png \
16                 libproj.so:graphics/proj \
17                 libtiff.so:graphics/tiff \
18                 libxerces-c.so:textproc/xerces-c3
19
20 USES=           compiler:c++11-lang cmake gl jpeg python shebangfix zip xorg
21 SHEBANG_FILES=  tools/*.py tools/*/*.py \
22                 tools/*/*/*.py tools/*/*/*/*.py \
23                 tools/*/*/*/*/*/*.py \
24                 tools/game/A10KW/build.sh \
25                 tools/game/rebuild_networks.sh \
26                 tools/build/rebuild_cscope.sh \
27                 tools/build/dailyUpdateMakeGCC.sh
28                 
29 python_OLD_CMD+="/usr/bin/env python"
30 USE_GL=         gl glu
31 USE_XORG=       x11 xcursor xext xfixes xft xi xrandr xrender
32
33 .include <bsd.port.mk>