# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup active_variants 1.1 name bluefish version 2.2.10 revision 3 categories editors www license GPL-3+ maintainers nomaintainer description A powerful editor for web designers long_description Bluefish is a powerful editor for experienced web designers and \ programmers. Bluefish supports many programming and markup languages \ but it focuses on editing dynamic and interactive websites. homepage http://bluefish.openoffice.nl/ master_sites http://www.bennewitz.com/bluefish/stable/source/ \ http://bluefish.mrball.net/stable/source/ \ sourceforge:project/bluefish/bluefish/${version} checksums rmd160 98f9e1442882dd8342895ef43f636ff6b5dce623 \ sha256 afeca12b693bb58e30c2199e6a21cc06da02d88e0ac9d08b7a231a9c8e7c3eb2 \ size 4159964 use_bzip2 yes depends_build-append \ port:autoconf \ port:automake \ port:gettext \ port:intltool \ port:libtool \ port:pkgconfig depends_lib-append \ port:desktop-file-utils \ port:enchant \ port:gucharmap \ path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \ port:libxml2 \ port:shared-mime-info depends_run-append \ port:adwaita-icon-theme patchfiles-append patch-configure.ac.diff # Remove reference to obsolete header 'gtk-mac-menu.h', eliminated with gtkmacintegration 3.x patchfiles-append patch-bfwin-gtkmacmenu.diff # reconfigure using upstream autogen.sh for intltool 0.51 compatibility post-patch { xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath} } configure.cmd ./autogen.sh && ./configure configure.args-append \ --disable-python \ --disable-silent-rules \ --disable-update-databases \ --with-gtk2=no variant python27 description {Enable zen-coding plugin using Python 2.7} { depends_lib-append port:python27 configure.python ${prefix}/bin/python2.7 configure.args-delete --disable-python } default_variants +python27 variant quartz {} if {[variant_isset quartz]} { PortGroup app 1.1 require_active_variants gtk3 quartz depends_lib-append port:gtk-osx-application-gtk3 app.icon images/bluefish-icon_128.png } else { require_active_variants gtk3 x11 } post-activate { system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor" } livecheck.type regex livecheck.url http://www.bennewitz.com/bluefish/stable/source/ livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"