ebafa8c755
fsv2 is a file system visualizer in cyberspace. It lays out files and directories in three dimensions, geometrically representing the file system hierarchy to allow visual overview and analysis. WWW: http://fedorchenko.net/fsv2.php PR: 230267 Submitted by: Philipp Engel <kidon@posteo.de>
47 lines
976 B
Makefile
47 lines
976 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = X11 file managers
|
|
|
|
SUBDIR += caja
|
|
SUBDIR += catseye-fm
|
|
SUBDIR += deforaos-browser
|
|
SUBDIR += dolphin
|
|
SUBDIR += doublecmd
|
|
SUBDIR += emelfm2
|
|
SUBDIR += ezfm
|
|
SUBDIR += filerunner
|
|
SUBDIR += fsv2
|
|
SUBDIR += gentoo
|
|
SUBDIR += gprename
|
|
SUBDIR += konqueror
|
|
SUBDIR += krusader2
|
|
SUBDIR += librfm
|
|
SUBDIR += libtubo
|
|
SUBDIR += mucommander
|
|
SUBDIR += nautilus
|
|
SUBDIR += nemo
|
|
SUBDIR += pcmanfm
|
|
SUBDIR += pcmanfm-qt
|
|
SUBDIR += pcmanfmqt-l10n
|
|
SUBDIR += qtfm
|
|
SUBDIR += rodent
|
|
SUBDIR += rox-filer
|
|
SUBDIR += rox-mime-editor
|
|
SUBDIR += rox-session
|
|
SUBDIR += sunflower
|
|
SUBDIR += sushi
|
|
SUBDIR += tdfsb
|
|
SUBDIR += thunar
|
|
SUBDIR += thunar-vfs
|
|
SUBDIR += twander
|
|
SUBDIR += ultracopier
|
|
SUBDIR += wcmcommander
|
|
SUBDIR += worker
|
|
SUBDIR += xcruise
|
|
SUBDIR += xdiskusage
|
|
SUBDIR += xfe
|
|
SUBDIR += xplore
|
|
|
|
.include <bsd.port.subdir.mk>
|