summaryrefslogtreecommitdiff
path: root/x11-wm/genmenu
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-11-10 03:17:13 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-11-10 03:17:13 +0000
commitf6ff7bd3ad3b364385c483476d1c0e4a9bea234b (patch)
treed63981c6db4f426f73047cce709fb17f3f1b26c7 /x11-wm/genmenu
parentAdd CGI/SSI.pm (diff)
add genmenu 1.0.4
Generating menus for Bbox, Fbox, Obox, WM and E
Notes
Notes: svn path=/head/; revision=93621
Diffstat (limited to 'x11-wm/genmenu')
-rw-r--r--x11-wm/genmenu/Makefile28
-rw-r--r--x11-wm/genmenu/distinfo1
-rw-r--r--x11-wm/genmenu/pkg-descr12
-rw-r--r--x11-wm/genmenu/pkg-plist1
4 files changed, 42 insertions, 0 deletions
diff --git a/x11-wm/genmenu/Makefile b/x11-wm/genmenu/Makefile
new file mode 100644
index 000000000000..a5d7a4fca60a
--- /dev/null
+++ b/x11-wm/genmenu/Makefile
@@ -0,0 +1,28 @@
+# ex:ts=8
+# Ports collection makefile for: genmenu
+# Date created: Nov 10, 2003
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= genmenu
+PORTVERSION= 1.0.4
+CATEGORIES= x11-wm
+MASTER_SITES= http://projects.gtk.mine.nu/archive/genmenu/
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Generating menus for Bbox, Fbox, Obox, WM and E
+
+RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2
+
+USE_REINPLACE= yes
+NO_BUILD= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e "s|^#!/bin/bash|#!${LOCALBASE}/bin/bash|" ${WRKSRC}/genmenu
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/genmenu ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/x11-wm/genmenu/distinfo b/x11-wm/genmenu/distinfo
new file mode 100644
index 000000000000..793537463576
--- /dev/null
+++ b/x11-wm/genmenu/distinfo
@@ -0,0 +1 @@
+MD5 (genmenu-1.0.4.tar.gz) = 46953b4a611a751f917a22bd1858f40d
diff --git a/x11-wm/genmenu/pkg-descr b/x11-wm/genmenu/pkg-descr
new file mode 100644
index 000000000000..c1323bb33fa8
--- /dev/null
+++ b/x11-wm/genmenu/pkg-descr
@@ -0,0 +1,12 @@
+Genmenu is a script capable of generating menus for Blackbox, Fluxbox,
+Openbox, WindowMaker and Enlightenment. It works by checking the current
+user's $PATH for a predefined list of binaries and adding them to menu
+if they are found.
+
+The following options can be configured during runtime:
+ * Default font to use in all X terminals
+ * Default X terminal (will be used to launch all console apps in the menu)
+ * Default size of all web browser windows
+ * Include menu for starting other window managers (yes|no)
+
+WWW: http://projects.gtk.mine.nu/genmenu
diff --git a/x11-wm/genmenu/pkg-plist b/x11-wm/genmenu/pkg-plist
new file mode 100644
index 000000000000..bfb4f2726277
--- /dev/null
+++ b/x11-wm/genmenu/pkg-plist
@@ -0,0 +1 @@
+bin/genmenu