diff options
Diffstat (limited to 'x11-wm/bbrun')
-rw-r--r-- | x11-wm/bbrun/Makefile | 33 | ||||
-rw-r--r-- | x11-wm/bbrun/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/bbrun/files/patch-Makefile | 29 | ||||
-rw-r--r-- | x11-wm/bbrun/files/patch-bbrun.c | 23 | ||||
-rw-r--r-- | x11-wm/bbrun/pkg-descr | 8 | ||||
-rw-r--r-- | x11-wm/bbrun/pkg-plist | 3 |
6 files changed, 0 insertions, 97 deletions
diff --git a/x11-wm/bbrun/Makefile b/x11-wm/bbrun/Makefile deleted file mode 100644 index c1dc1c17439c..000000000000 --- a/x11-wm/bbrun/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: bbrun -# Date created: 3 August 2001 -# Whom: Adam Weinberger <adam@vectors.cx> -# -# $FreeBSD$ -# - -PORTNAME= bbrun -PORTVERSION= 1.4 -CATEGORIES= x11-wm -MASTER_SITES= http://www.dwave.net/~jking/bbrun/ - -MAINTAINER= adamw@FreeBSD.org -COMMENT= A Run box for Blackbox - -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt - -USE_X_PREFIX= yes -USE_GNOME= gtk12 -USE_GMAKE= yes -USE_XPM= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/bbrun - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/bbrun ${PREFIX}/bin - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/../README ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/x11-wm/bbrun/distinfo b/x11-wm/bbrun/distinfo deleted file mode 100644 index faa359811d8d..000000000000 --- a/x11-wm/bbrun/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (bbrun-1.4.tar.gz) = d31cecada7d39b894bdf6012c6bae98a diff --git a/x11-wm/bbrun/files/patch-Makefile b/x11-wm/bbrun/files/patch-Makefile deleted file mode 100644 index bffa640c44f0..000000000000 --- a/x11-wm/bbrun/files/patch-Makefile +++ /dev/null @@ -1,29 +0,0 @@ ---- Makefile.orig Sat Jul 20 12:47:49 2002 -+++ Makefile Sat Jul 20 20:24:41 2002 -@@ -1,16 +1,15 @@ --CC = gcc --LIBS = -lXpm `gtk-config --libs` --CFLAGS = `gtk-config --cflags` -+LIBS = -lXpm `${GTK_CONFIG} --libs` -L${LOCALBASE}/lib -lgnugetopt -+CFLAGS = `${GTK_CONFIG} --cflags` -Wall - OBJS = bbrun.o \ - ../wmgeneral/wmgeneral.o \ - ../wmgeneral/misc.o \ - ../wmgeneral/list.o - - .c.o: -- $(CC) -g -c -O2 -Wall $< -o $*.o $(CFLAGS) -+ $(CC) -c $< -o $*.o $(CFLAGS) - - bbrun: $(OBJS) -- $(CC) -Wall -g -o bbrun $^ $(LIBS) -+ $(CC) -o bbrun $^ $(LIBS) - - install: - cp bbrun /usr/local/bin/ -@@ -18,3 +17,5 @@ - clean: - rm -f bbrun $(OBJS) - rm -f core -+ -+all: bbrun diff --git a/x11-wm/bbrun/files/patch-bbrun.c b/x11-wm/bbrun/files/patch-bbrun.c deleted file mode 100644 index 376c2989112b..000000000000 --- a/x11-wm/bbrun/files/patch-bbrun.c +++ /dev/null @@ -1,23 +0,0 @@ ---- bbrun.c.orig Sat Jul 20 13:24:53 2002 -+++ bbrun.c Sat Jul 20 20:31:49 2002 -@@ -3,7 +3,11 @@ - #include <string.h> - #include <getopt.h> - #include <unistd.h> -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#else - #include <linux/types.h> -+#endif - #include <X11/xpm.h> - #include <gtk/gtk.h> - #include <gdk/gdkkeysyms.h> -@@ -20,7 +24,7 @@ - #define ADVANCED_WINDOW_ROWS 3 - #define ADVANCED_WINDOW_COLS 10 - --#define u32 __u32 -+#define u32 u_int32_t - #define __DEBUG__ 0 - #define VERSION "1.4" - diff --git a/x11-wm/bbrun/pkg-descr b/x11-wm/bbrun/pkg-descr deleted file mode 100644 index b4cb3852e3fa..000000000000 --- a/x11-wm/bbrun/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -bbrun is a Run box for the Blackbox windowmanager. It provides -a simple interface with which you can launch programs. It is -designed to be a part of the Slit. bbrun will maintain a history -file in $HOME/.bbrun_history - -WWW: http://bbtools.windsofstorm.net/ - -- Adam Weinberger <adamw@FreeBSD.org> diff --git a/x11-wm/bbrun/pkg-plist b/x11-wm/bbrun/pkg-plist deleted file mode 100644 index 7e4b2d595b89..000000000000 --- a/x11-wm/bbrun/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/bbrun -%%PORTDOCS%%share/doc/bbrun/README -%%PORTDOCS%%@dirrm share/doc/bbrun |