diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-19 23:44:42 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-19 23:44:42 +0000 |
commit | 7fabf25c5466eb95ea6467c45a81f25ebc6254d3 (patch) | |
tree | d12112aca8047ef0afaa72de0c5cff59b8777c3a /x11/Makefile | |
parent | 89617dcde0d08513f07089bb62c5e12cf23f3b4e (diff) |
New port: deskmenu (GTK root menu application launcher)
DeskMenu is a root menu program which is activated by
clicking the root window (by default, 2nd mouse button).
This gtk+ program is complementary to the Oroborus window
manager.
PR: ports/35060
Submitted by: Matt Peterson <matt@peterson.org>
Notes
Notes:
svn path=/head/; revision=73572
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index eef09da44599..55183e382bbf 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -17,6 +17,7 @@ SUBDIR += bricons SUBDIR += buttonbox SUBDIR += decurs + SUBDIR += deskmenu SUBDIR += dgs SUBDIR += dxpc SUBDIR += dynamag |