# $Id: Portfile 33324 2008-01-23 21:51:50Z gui_dos@macports.org $ PortSystem 1.0 name geany version 0.12 revision 1 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. maintainers nomaintainer categories devel platforms darwin homepage http://geany.uvena.de/ master_sites sourceforge use_bzip2 yes checksums md5 bfb6dd5e833f2852935f93218a09de93 depends_lib port:gettext \ port:vte post-extract { reinplace "s|__APPLE__|__APPLE_DEPRECATED__|" ${worksrcpath}/scintilla/include/Platform.h reinplace "s|__APPLE__|__APPLE_DEPRECATED__|" ${worksrcpath}/scintilla/Editor.cxx reinplace "s|libvte.so|${prefix}/lib/libvte.dylib|g" ${worksrcpath}/src/vte.c }