|
|
@@ -3,14 +3,15 @@ |
|
|
PortSystem 1.0 |
|
|
PortGroup legacysupport 1.0 |
|
|
|
|
|
name xfe |
|
|
version 1.43.1 |
|
|
categories x11 |
|
|
platforms darwin freebsd |
|
|
license GPL-2+ |
|
|
maintainers nomaintainer |
|
|
description X File Explorer (Xfe) is an MS-Explorer like file manager for X. |
|
|
long_description \ |
|
|
name xfe |
|
|
version 1.43.1 |
|
|
categories x11 |
|
|
platforms darwin freebsd |
|
|
license GPL-2+ |
|
|
maintainers nomaintainer |
|
|
|
|
|
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 \ |
|
|
@@ -19,16 +20,20 @@ long_description \ |
|
|
change file attributes, auto save registry, compressed archives \ |
|
|
view/creation/extraction and much more. |
|
|
|
|
|
homepage http://roland65.free.fr/xfe/ |
|
|
master_sites sourceforge:project/xfe/xfe/${version}/ |
|
|
homepage http://roland65.free.fr/xfe/ |
|
|
master_sites sourceforge:project/xfe/xfe/${version}/ |
|
|
|
|
|
checksums rmd160 989059822327fdafd4b9d87a861b9cfdecf2138e \ |
|
|
sha256 c26329af19ab3713408cbe43517c0e2b96fd748cac3a80825d7125acb80ec252 \ |
|
|
size 2776237 |
|
|
|
|
|
depends_build port:intltool port:pkgconfig |
|
|
depends_build port:intltool \ |
|
|
port:pkgconfig |
|
|
|
|
|
depends_lib port:fox port:libpng port:freetype port:xorg-xcb-util |
|
|
depends_lib port:fox \ |
|
|
port:freetype \ |
|
|
port:libpng \ |
|
|
port:xorg-xcb-util |
|
|
|
|
|
post-patch { |
|
|
reinplace "s|/usr/local/share|${prefix}/share|g" \ |
|
|
|