# $Id: Portfile 47576 2009-03-01 01:37:21Z jeremyhu@macports.org $

PortSystem 1.0
name			bluefish
version			1.0.7
categories		editors www
platforms		darwin
maintainers		nomaintainer
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		sourceforge:bluefish
			
checksums		md5 2c3b3c9c8f8e32b9473dfd879f216dea \
			sha1 c61d6271c49e9fa8c728724e6aadde33a227bdea \
			rmd160 7ce8a7c8873cd0ef84dd6486551976593544a8dc

use_bzip2		yes

depends_lib		port:gtk2 \
			port:pcre

configure.args		--mandir=${prefix}/share/man \
			--infodir=${prefix}/share/info \
			--sysconfdir=${prefix}/etc \
			--with-icon-path=${prefix}/share/pixmaps \
			--without-freedesktop_org-menu \
			--without-freedesktop_org-mime \
			--without-gnome2_4-mime \
			--without-gnome2_4-appreg

destroot.destdir        DESTDIR=${destroot}

variant nosplash	{ configure.args-append	--disable-splash-screen }

variant tidy		{ depends_run		bin:tidy:tidy }

