diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-06-14 08:22:55 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-06-14 08:22:55 +0000 |
commit | a22b6e03bd5a2cb542a37ded0f6eb698503f02be (patch) | |
tree | 5ef5b71fdda40e67f01af9f5289425655d4e1acc /x11-wm/obmenu | |
parent | 8fe91429b39dae46f483712dd519f69fb07bd249 (diff) | |
download | ports-a22b6e03bd5a2cb542a37ded0f6eb698503f02be.tar.gz ports-a22b6e03bd5a2cb542a37ded0f6eb698503f02be.zip |
Notes
Diffstat (limited to 'x11-wm/obmenu')
-rw-r--r-- | x11-wm/obmenu/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/obmenu/pkg-descr | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/obmenu/Makefile b/x11-wm/obmenu/Makefile index 856e6926c0a3..e1ef040c1e5c 100644 --- a/x11-wm/obmenu/Makefile +++ b/x11-wm/obmenu/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= SF MAINTAINER= dougb@FreeBSD.org COMMENT= Menu manager for Openbox supporting both static and pipe menus +LICENSE= GPLv2 + USE_GNOME= pygtk2 USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/x11-wm/obmenu/pkg-descr b/x11-wm/obmenu/pkg-descr index f62bf0a40717..9e0ea9fde695 100644 --- a/x11-wm/obmenu/pkg-descr +++ b/x11-wm/obmenu/pkg-descr @@ -6,4 +6,6 @@ It can install dynamic menus (pipe menus), such as Gnome menus or a quick-navigator. You can also use the obxml module to easily write pipe menus of your own in Python. +LICENSE: GPL2 or later + WWW: http://obmenu.sourceforge.net/ |