# -*- 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 84839 2011-10-03 13:12:06Z and.damore@macports.org $

PortSystem      1.0

name            geany
version         0.21
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     117d78ae5275c8c517686b6db9d71ef1 \
                    sha1    696da324ac71621e95ce597cceaf695539798ffc \
                    rmd160  bf73c88709a36a76ffc14e13d38dc08083abe71b

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

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