diff options
Diffstat (limited to 'x11/9menu')
-rw-r--r-- | x11/9menu/Makefile | 25 | ||||
-rw-r--r-- | x11/9menu/distinfo | 1 | ||||
-rw-r--r-- | x11/9menu/files/patch-aa | 31 | ||||
-rw-r--r-- | x11/9menu/pkg-comment | 1 | ||||
-rw-r--r-- | x11/9menu/pkg-descr | 10 | ||||
-rw-r--r-- | x11/9menu/pkg-plist | 1 |
6 files changed, 0 insertions, 69 deletions
diff --git a/x11/9menu/Makefile b/x11/9menu/Makefile deleted file mode 100644 index d59eb64b4d58..000000000000 --- a/x11/9menu/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: 9menu -# Version required: 1.5 -# Date created: Sun Aug 13 12:36:14 CDT 1995 -# Whom: erich@rrnet.com -# -# $Id: Makefile,v 1.7 1998/11/28 09:07:16 asami Exp $ -# - -DISTNAME= 9menu-1.5 -CATEGORIES= x11-wm plan9 -MASTER_SITES= ftp://ftp.mathcs.emory.edu/pub/arnold/ -EXTRACT_SUFX= .shar.gz - -MAINTAINER= erich@FreeBSD.org - -USE_XLIB= yes -NO_WRKSUBDIR= yes -EXTRACT_CMD= zcat -EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= |sh - -MAN1= 9menu.1 -MANCOMPRESSED= yes - -.include <bsd.port.mk> diff --git a/x11/9menu/distinfo b/x11/9menu/distinfo deleted file mode 100644 index d6453026cf3e..000000000000 --- a/x11/9menu/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (9menu-1.5.shar.gz) = 00f8dcb2bd1ab9291ce15834eb4e1588 diff --git a/x11/9menu/files/patch-aa b/x11/9menu/files/patch-aa deleted file mode 100644 index 375c3ac91895..000000000000 --- a/x11/9menu/files/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ -*** Makefile.orig Fri Aug 11 15:55:35 1995 ---- Makefile 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/9menu/pkg-comment b/x11/9menu/pkg-comment deleted file mode 100644 index bb43512b660f..000000000000 --- a/x11/9menu/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A simple menu patterened after plan9 diff --git a/x11/9menu/pkg-descr b/x11/9menu/pkg-descr deleted file mode 100644 index 67b630a8fabb..000000000000 --- a/x11/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/9menu/pkg-plist b/x11/9menu/pkg-plist deleted file mode 100644 index c2b402d15782..000000000000 --- a/x11/9menu/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/9menu |