# -*- 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 77045 2011-03-18 12:40:16Z jmr@macports.org $

PortSystem      1.0

name            geany
version         0.20
license         GPL-2+
maintainers     nomaintainer
categories      devel
platforms       darwin
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       md5     3bd152a7a3a2adc2833a9245e230da3d \
                sha1    eb8dd15faf8281b346d06ea3231af379c8a758e0 \
                rmd160  85f4c33711449942fab021c2b8c2396dcedf426c

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

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