7863be8455
4Pane is a multi-pane, detailed-list file manager for Unix-like systems. It is designed to be fully-featured without bloat, and aims for speed rather than visual effects. The program relies on some GNU/Linux utilities and API to manage disks and mounts. Non-portable calls to getmntent(3) et al. had been replaced with our native getmntinfo(3) ones. However, full storage support is still lacking, owing to limited blkid(8) and lsblk(8) functionality and inconsistent naming of different file systems between GNU/Linux and FreeBSD.
38 lines
808 B
Makefile
38 lines
808 B
Makefile
COMMENT = X11 file managers
|
|
|
|
SUBDIR += 4pane
|
|
SUBDIR += arqiver
|
|
SUBDIR += caja
|
|
SUBDIR += catseye-fm
|
|
SUBDIR += deforaos-browser
|
|
SUBDIR += dolphin
|
|
SUBDIR += doublecmd
|
|
SUBDIR += filerunner
|
|
SUBDIR += fsv2
|
|
SUBDIR += gentoo
|
|
SUBDIR += gprename
|
|
SUBDIR += konqueror
|
|
SUBDIR += krusader2
|
|
SUBDIR += librfm
|
|
SUBDIR += libtubo
|
|
SUBDIR += mucommander
|
|
SUBDIR += nautilus
|
|
SUBDIR += nautilus-python
|
|
SUBDIR += nemo
|
|
SUBDIR += pcmanfm
|
|
SUBDIR += pcmanfm-qt
|
|
SUBDIR += polo
|
|
SUBDIR += qtfm
|
|
SUBDIR += rodent
|
|
SUBDIR += rox-filer
|
|
SUBDIR += sushi
|
|
SUBDIR += tdfsb
|
|
SUBDIR += thunar
|
|
SUBDIR += wcmcommander
|
|
SUBDIR += worker
|
|
SUBDIR += xcruise
|
|
SUBDIR += xdiskusage
|
|
SUBDIR += xfe
|
|
|
|
.include <bsd.port.subdir.mk>
|