1 | # $Id: Portfile $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name xfe |
---|
6 | version 0.99 |
---|
7 | categories x11 |
---|
8 | platforms darwin freebsd |
---|
9 | maintainers nomaintainer@macports.org |
---|
10 | description X File Explorer (Xfe) is an MS-Explorer like file manager for X. |
---|
11 | long_description \ |
---|
12 | X File Explorer (Xfe) is a filemanager for X. It is based on the popular \ |
---|
13 | X Win Commander, which is discontinued. Xfe is desktop independent and \ |
---|
14 | is written with the C++ Fox Toolkit. It has Windows Commander or \ |
---|
15 | MS-Explorer look and is very fast and simple. The main features are: \ |
---|
16 | file associations, mount/umount devices, directory tree for quick cd, \ |
---|
17 | change file attributes, auto save registry, compressed archives \ |
---|
18 | view/creation/extraction and much more. |
---|
19 | homepage http://roland65.free.fr/xfe/ |
---|
20 | master_sites sourceforge:xfe |
---|
21 | |
---|
22 | checksums md5 fb3513a328eec1b38e0d5b2208b42d78 |
---|
23 | depends_lib lib:libFOX-1.6:fox lib:png:libpng |
---|
24 | |
---|
25 | configure.args --with-included-gettext --enable-release |
---|
26 | post-configure { |
---|
27 | reinplace "s;/usr/local/share;${prefix}/share;" \ |
---|
28 | ${worksrcpath}/src/xfedefs.h |
---|
29 | } |
---|