# -*- 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
PortGroup active_variants 1.1
homepage http://bluefish.openoffice.nl/
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.
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
depends_build port:pkgconfig \
depends_lib port:desktop-file-utils \
depends_run port:adwaita-icon-theme
patchfiles patch-configure.ac.diff
# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
configure.cmd ./autogen.sh && ./configure
configure.args --with-gtk2=no \
--disable-update-databases \
variant python27 description {Enable zen-coding plugin using Python 2.7} {
depends_lib-append port:python27
configure.python ${prefix}/bin/python2.7