diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-17 22:29:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-17 22:29:08 +0000 |
commit | 067051860d14eeed178a857368ed5c837c9e79eb (patch) | |
tree | 7af2a9df867fefa3b360771ede34e0acebfb4992 /x11-fm/Makefile | |
parent | Update to DAT 4309 (diff) |
Add xplore, an Explorer-like Motif based file manager.
Besides the usual tree and file views, it also have "shelf" inspired
by the NeXT file manager, and a log pane for capturing output of
launched programs.
PR: ports/55540
Submitted by: Albert Graef <Dr.Graef@t-online.de>
Notes
Notes:
svn path=/head/; revision=96122
Diffstat (limited to 'x11-fm/Makefile')
-rw-r--r-- | x11-fm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fm/Makefile b/x11-fm/Makefile index 0ed29f449410..ebedd86d8d86 100644 --- a/x11-fm/Makefile +++ b/x11-fm/Makefile @@ -36,5 +36,6 @@ SUBDIR += xfe SUBDIR += xfm SUBDIR += xnc + SUBDIR += xplore .include <bsd.port.subdir.mk> |