# $Id: Portfile 27589 2007-08-09 13:11:25Z afb@macports.org $ PortSystem 1.0 name xfe version 1.00 categories x11 platforms darwin freebsd maintainers afb@macports.org 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 e507e878855d424ed962f9885c2693c6 depends_lib lib:libFOX-1.6:fox lib:libpng:libpng port:freetype configure.args --with-included-gettext --enable-release configure.cppflags -I${prefix}/include/freetype2 configure.env LDFLAGS="-L/usr/X11R6/lib" LIBS="-lX11 -lXft" post-configure { reinplace "s;/usr/local/share;${prefix}/share;" \ ${worksrcpath}/src/xfedefs.h }