diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/9menu/Makefile | 31 | ||||
-rw-r--r-- | x11-wm/9menu/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/9menu/files/patch-aa | 31 | ||||
-rw-r--r-- | x11-wm/9menu/pkg-descr | 10 | ||||
-rw-r--r-- | x11-wm/Makefile | 1 |
5 files changed, 0 insertions, 75 deletions
diff --git a/x11-wm/9menu/Makefile b/x11-wm/9menu/Makefile deleted file mode 100644 index e7c9429b7c44..000000000000 --- a/x11-wm/9menu/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: 9menu -# Date created: Sun Aug 13 12:36:14 CDT 1995 -# Whom: erich@rrnet.com -# -# $FreeBSD$ -# - -PORTNAME= 9menu -PORTVERSION= 1.7 -CATEGORIES= x11-wm plan9 -MASTER_SITES= ftp://freefriends.org/arnold/Source/ \ - ${MASTER_SITE_NETBSD} -EXTRACT_SUFX= .shar.gz - -MAINTAINER= gagnon_s@sympatico.ca -COMMENT= A simple menu patterened after plan9 - -PLIST_FILES= bin/9menu -USE_XLIB= yes -EXTRACT_CMD= zcat -EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= |sh -MAKEFILE= Makefile.noimake -ALL_TARGET= 9menu - -NO_WRKSUBDIR= yes - -MAN1= 9menu.1 -MANCOMPRESSED= yes - -.include <bsd.port.mk> diff --git a/x11-wm/9menu/distinfo b/x11-wm/9menu/distinfo deleted file mode 100644 index c3994b5485b9..000000000000 --- a/x11-wm/9menu/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (9menu-1.7.shar.gz) = faa42b7a708cdfdbf5ce6cd1391e9eed -SIZE (9menu-1.7.shar.gz) = 8854 diff --git a/x11-wm/9menu/files/patch-aa b/x11-wm/9menu/files/patch-aa deleted file mode 100644 index b4f58f7337c7..000000000000 --- a/x11-wm/9menu/files/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ -*** Makefile.orig Fri Aug 11 15:55:35 1995 ---- Makefile.noimake Fri Aug 11 16:03:26 1995 -*************** -*** 6,13 **** - # arnold@skeeve.atl.ga.us - - CC = gcc -! CFLAGS = -g -O -! LIBS = -lX11 - - 9menu: 9menu.c - $(CC) $(CFLAGS) 9menu.c $(LIBS) -o 9menu ---- 6,23 ---- - # arnold@skeeve.atl.ga.us - - CC = gcc -! CFLAGS = -O -I/usr/X11R6/include -! LIBS = -L/usr/X11R6/lib -lX11 -! -! -! all: 9menu - - 9menu: 9menu.c - $(CC) $(CFLAGS) 9menu.c $(LIBS) -o 9menu -+ -+ install: -+ $(INSTALL) -c 9menu $(PREFIX)/bin -+ $(INSTALL) -c 9menu.1 $(PREFIX)/man/man1 -+ strip $(PREFIX)/bin/9menu -+ gzip -9nf $(PREFIX)/man/man1/9menu.1 -+ diff --git a/x11-wm/9menu/pkg-descr b/x11-wm/9menu/pkg-descr deleted file mode 100644 index 67b630a8fabb..000000000000 --- a/x11-wm/9menu/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This is 9menu, a simple program that allows you to create X menus from the -shell, where each menu item will run a command. 9menu is intended for use -with 9wm, but can be used with any other window manager. - -The idea of a command line menu generator is from xmenu, but xmenu was -exclusively a pop-up menu, not what I wanted. - --- -Arnold Robbins -arnold@gnu.ai.mit.edu diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 20346d0b7836..dc68d2de442d 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ # - SUBDIR += 9menu SUBDIR += 9wm SUBDIR += aewm SUBDIR += aewm++ |