# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 99049 2012-10-25 02:34:50Z ryandesign@macports.org $

PortSystem      1.0

name            geany
version         1.22
license         GPL-2+
categories      devel
platforms       darwin
maintainers     si-co.net:kiarash

description     A fast and lightweight GTK+ IDE

long_description \
    Geany is a small and lightweight integrated development \
    environment. It was developed to provide a small and fast \
    IDE, which has only a few dependencies from other packages. \
    Another goal was to be as independent as possible from a \
    special Desktop Environment like KDE or GNOME.

homepage        http://www.geany.org/
master_sites    http://download.geany.org/
use_bzip2       yes

checksums           rmd160  d0296f2930aa6e6b4dd7a95061c58645d9c4c1ba \
                    sha256  901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e

depends_build \
    port:pkgconfig \
    port:intltool
depends_lib \
    port:gettext \
    port:gtk2 \
    port:vte

patchfiles          patch-no-export-dynamic.diff

configure.args      --disable-silent-rules

platform darwin {
    patchfiles-append vte-sonames.diff
}
