Ticket #11750: Portfile

File Portfile, 1.0 KB (added by afb@…, 17 years ago)

dports/x11/xfe/Portfile

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