# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
# $Id: Portfile 114303 2013-12-04 19:18:35Z michaelld@macports.org $

PortSystem          1.0
PortGroup           github 1.0
PortGroup           python 1.0

github.setup        ninja-ide ninja-ide 2.3 v
python.default_version 27
maintainers         g5pw openmaintainer

categories          python devel
description         Ninja-IDE Is Not Just Another IDE.
long_description    Ninja-IDE is a cross-platform integrated development \
                    environment (IDE) that runs on Linux/X11, Mac OS X and \
                    Windows desktop operating systems.
license             GPL-3

platforms           darwin

depends_build-append port:py${python.version}-setuptools

# Can use either py*-pyqt4 or py*-pyqt4-devel.
depends_lib-append  path:share/py${python.version}-sip/PyQt4:py${python.version}-pyqt4 \
                    port:py${python.version}-macfsevents

checksums           rmd160  9fbd461bec3912dcdccb5d06b302bad1ef8ad4d3 \
                    sha256  79012ba8e526e126d54ba7b70fa6fcf61dfadb478624a74c299a0740c170d9ac

python.link_binaries_suffix
