diff options
Diffstat (limited to 'x11-wm/genmenu')
-rw-r--r-- | x11-wm/genmenu/Makefile | 28 | ||||
-rw-r--r-- | x11-wm/genmenu/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/genmenu/files/patch-genmenu | 11 | ||||
-rw-r--r-- | x11-wm/genmenu/pkg-descr | 12 |
4 files changed, 0 insertions, 53 deletions
diff --git a/x11-wm/genmenu/Makefile b/x11-wm/genmenu/Makefile deleted file mode 100644 index 60f8b2e9ba1e..000000000000 --- a/x11-wm/genmenu/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: ijliao -# $FreeBSD$ - -PORTNAME= genmenu -PORTVERSION= 1.0.7 -PORTREVISION= 1 -CATEGORIES= x11-wm -MASTER_SITES= http://gtk.no/archive/genmenu/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Generating menus for Bbox, Fbox, Obox, WM and E - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -RUN_DEPENDS= bash:shells/bash - -USES= shebangfix -NO_BUILD= yes - -PLIST_FILES= bin/genmenu -SHEBANG_FILES= genmenu - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/genmenu ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/x11-wm/genmenu/distinfo b/x11-wm/genmenu/distinfo deleted file mode 100644 index 41d14adc5cf3..000000000000 --- a/x11-wm/genmenu/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (genmenu-1.0.7.tar.gz) = 506ebc96b9ac0cd749a0dab7a6c7f2dc80823a71827747caeff31337bfcc7638 -SIZE (genmenu-1.0.7.tar.gz) = 10454 diff --git a/x11-wm/genmenu/files/patch-genmenu b/x11-wm/genmenu/files/patch-genmenu deleted file mode 100644 index 99839897e8f1..000000000000 --- a/x11-wm/genmenu/files/patch-genmenu +++ /dev/null @@ -1,11 +0,0 @@ ---- genmenu.orig Tue Jan 20 01:29:56 2004 -+++ genmenu Tue Jan 27 23:20:11 2004 -@@ -590,7 +590,7 @@ - - if [ "$BBDF" = "1" ]; then - -- dirs="/usr/share/$1/styles /usr/local/share/$1/styles" -+ dirs="/usr/share/$1/styles /usr/local/share/$1/styles /usr/X11R6/share/$1/styles" - - for dir in $dirs; do - if [ -e "$dir" ]; then diff --git a/x11-wm/genmenu/pkg-descr b/x11-wm/genmenu/pkg-descr deleted file mode 100644 index 4d4750370d4a..000000000000 --- a/x11-wm/genmenu/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -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://gtk.no/genmenu/ |