bf63c899b6
Nautilus-python is a set of python bindings for the Nautilus Extension Framework. With these bindings, you can write extensions for the Nautilus File Manager in python. WWW: https://wiki.gnome.org/Projects/NautilusPython PR: 234548 Submitted by: Daniel Shafer <daniel@shafer.cc> Reviewed by: mat
47 lines
977 B
Makefile
47 lines
977 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 += nautilus-python
|
|
SUBDIR += nemo
|
|
SUBDIR += pcmanfm
|
|
SUBDIR += pcmanfm-qt
|
|
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>
|