diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-11-10 11:17:13 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-11-10 11:17:13 +0800 |
commit | 89ad6bd35f4da45a264a926fffc712ca5e3fddd7 (patch) | |
tree | b0f5f69debd79f2188bac12a64b0e1307fd9fab4 /x11-wm | |
parent | e2de6a74ca104e3e06effab622439bb090b9f803 (diff) | |
download | freebsd-ports-gnome-89ad6bd35f4da45a264a926fffc712ca5e3fddd7.tar.gz freebsd-ports-gnome-89ad6bd35f4da45a264a926fffc712ca5e3fddd7.tar.zst freebsd-ports-gnome-89ad6bd35f4da45a264a926fffc712ca5e3fddd7.zip |
add genmenu 1.0.4
Generating menus for Bbox, Fbox, Obox, WM and E
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/genmenu/Makefile | 28 | ||||
-rw-r--r-- | x11-wm/genmenu/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/genmenu/pkg-descr | 12 | ||||
-rw-r--r-- | x11-wm/genmenu/pkg-plist | 1 |
5 files changed, 43 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 05af863df297..70cd36ce8efa 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -40,6 +40,7 @@ SUBDIR += fvwm2-i18n SUBDIR += fvwm95 SUBDIR += fvwm95-i18n + SUBDIR += genmenu SUBDIR += gnome2wmaker SUBDIR += golem SUBDIR += gwm 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 |