# $Id: Portfile,v 1.2 2006/03/08 09:08:56 markd Exp $

PortSystem 1.0

name		xffm
version		4.2.0
categories	x11
maintainers	jc@opendarwin.org
description	Xffm is the integration of xftree, xfsamba and \
		xfglob with additional enhancements and use of the gtk-2.0 library.
long_description ${description}
homepage	http://www.xfce.org/
master_sites	http://www.us.xfce.org/archive/xfce-4.2.0/src-bz2
use_bzip2	yes
checksums	md5 2bbb77f129ed0e342957180977f18fae
configure.args	--disable-debug --enable-final --enable-menu --enable-panel
patchfiles	uri.h-patch patch-libs-callbacks.c
depends_lib	bin:xfce-mcs-manager:xfce-mcs-manager

variant samba {
	depends_bin-append bin:XXX:samba3
	configure.args-append --enable-smbbranch
}
