diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-03-23 08:31:58 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-03-23 08:31:58 +0800 |
commit | 0c344155d9a69a7cc19a5d428f0a237db02e106c (patch) | |
tree | 9793822580519e9e48269a13a11da3d0ed1e5446 /deskutils/Makefile | |
parent | 97aa46bf24a812b2a19fc252cbef5802e77c3c2b (diff) | |
download | freebsd-ports-gnome-0c344155d9a69a7cc19a5d428f0a237db02e106c.tar.gz freebsd-ports-gnome-0c344155d9a69a7cc19a5d428f0a237db02e106c.tar.zst freebsd-ports-gnome-0c344155d9a69a7cc19a5d428f0a237db02e106c.zip |
MenuMaker is application finding and menu generation utility. It is capable of
finding lots of installed programs and generating the root menu consistent
across all supported X window managers, so one will get (almost) the same menu
no matter what WM is currently used. It is pure Python application hence it
runs on every relevant system.
Supported X window managers:
- BlackBox
- Deskmenu
- FluxBox
- IceWM
- OpenBox, version 3
- PekWM
- WindowMaker
- XFCE, version 4
It also reads Freedesktop.org's .desktop files.
WWW: http://menumaker.sourceforge.net/
Diffstat (limited to 'deskutils/Makefile')
-rw-r--r-- | deskutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 36fcaf25db76..d0ffd4b0af37 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -127,6 +127,7 @@ SUBDIR += mcatalog SUBDIR += mdh SUBDIR += mencal + SUBDIR += menumaker SUBDIR += metabar SUBDIR += mhc SUBDIR += mhc-emacs20 |