1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/x11-fm/Makefile
Alexey Dokuchaev 7863be8455 x11-fm/4pane: new port had been added (+)
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.
2022-11-15 07:47:42 +00:00

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>