# $Id: Portfile 75159 2011-01-17 02:00:53Z rmstonecipher@macports.org $

PortSystem 1.0

name			xfe
version			1.19.2
revision                1
categories		x11
platforms		darwin freebsd
maintainers		afb
description		X File Explorer (Xfe) is an MS-Explorer like file manager for X.
long_description	\
X File Explorer (Xfe) is a filemanager for X. It is based on the popular \
X Win Commander, which is discontinued. Xfe is desktop independent and \
is written with the C++ Fox Toolkit. It has Windows Commander or \
MS-Explorer look and is very fast and simple. The main features are: \
file associations, mount/umount devices, directory tree for quick cd, \
change file attributes, auto save registry, compressed archives \
view/creation/extraction and much more.

homepage 		http://roland65.free.fr/xfe/
master_sites		sourceforge:xfe

checksums		md5 64e976fbd8ee3faceddd9c73efdc5dee
depends_lib		lib:libFOX-1.6:fox lib:libpng:libpng port:freetype

configure.args		--with-included-gettext --enable-release

configure.env		LIBS="-lX11 -lXft"
post-configure		{
				reinplace "s;/usr/local/share;${prefix}/share;" \
				          ${worksrcpath}/src/xfedefs.h
			}
