7cbc70d188
and user-friendly interface. Features: o Extremely fast and lightweight o Can be started in one second on normal machine o Tabbed browsing (Similar to Firefox) o Built-in volume management (mount/umount/eject through HAL) o Drag & Drop support o Files can be dragged among tabs o Load large directories in reasonable time o File association support (Default application) o Thumbnail for image files o Bookmarks support o Handles non-UTF-8 encoded filenames correctly o Provide icon view and detailed list view o Standard compliant (Follows FreeDesktop.org) o Clean and user-friendly interface (GTK+ 2) WWW: http://pcmanfm.sourceforge.net/ PR: ports/122388 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
46 lines
957 B
Makefile
46 lines
957 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = X11 file managers
|
|
|
|
SUBDIR += FSViewer
|
|
SUBDIR += asfiles
|
|
SUBDIR += cfm
|
|
SUBDIR += dfm
|
|
SUBDIR += dolphin
|
|
SUBDIR += emelfm2
|
|
SUBDIR += entropyfm
|
|
SUBDIR += evidence
|
|
SUBDIR += ezfm
|
|
SUBDIR += filerunner
|
|
SUBDIR += fsv
|
|
SUBDIR += gentoo
|
|
SUBDIR += gnome-commander
|
|
SUBDIR += gnome-commander2
|
|
SUBDIR += gprename
|
|
SUBDIR += jaffm
|
|
SUBDIR += krusader
|
|
SUBDIR += mtoolsfm
|
|
SUBDIR += mucommander
|
|
SUBDIR += nautilus
|
|
SUBDIR += pcmanfm
|
|
SUBDIR += py-nautilus
|
|
SUBDIR += rox-filer
|
|
SUBDIR += rox-mime-editor
|
|
SUBDIR += rox-session
|
|
SUBDIR += tdfsb
|
|
SUBDIR += thunar
|
|
SUBDIR += tkdesk
|
|
SUBDIR += twander
|
|
SUBDIR += velocity
|
|
SUBDIR += worker
|
|
SUBDIR += workplace
|
|
SUBDIR += x-files
|
|
SUBDIR += xcruise
|
|
SUBDIR += xdiskusage
|
|
SUBDIR += xfe
|
|
SUBDIR += xfm
|
|
SUBDIR += xnc
|
|
SUBDIR += xplore
|
|
|
|
.include <bsd.port.subdir.mk>
|