From 606fd30b02599a2ccb9eb901e50e6452be339299 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 18 Mar 2002 09:28:20 +0000 Subject: Remove -- will be replaced by bbconf package in the hopefully near future. --- wm/bbkeys-qt/DESCR | 2 -- wm/bbkeys-qt/Makefile | 20 -------------------- wm/bbkeys-qt/PLIST | 2 -- wm/bbkeys-qt/distinfo | 5 ----- wm/bbkeys-qt/patches/patch-aa | 42 ------------------------------------------ 5 files changed, 71 deletions(-) delete mode 100644 wm/bbkeys-qt/DESCR delete mode 100644 wm/bbkeys-qt/Makefile delete mode 100644 wm/bbkeys-qt/PLIST delete mode 100644 wm/bbkeys-qt/distinfo delete mode 100644 wm/bbkeys-qt/patches/patch-aa (limited to 'wm') diff --git a/wm/bbkeys-qt/DESCR b/wm/bbkeys-qt/DESCR deleted file mode 100644 index 34977ed8647..00000000000 --- a/wm/bbkeys-qt/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -Qt-based configuration utility for bbkeys to replace the simplistic -terminal-based one included. diff --git a/wm/bbkeys-qt/Makefile b/wm/bbkeys-qt/Makefile deleted file mode 100644 index bb7de779187..00000000000 --- a/wm/bbkeys-qt/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2002/03/18 09:17:37 wiz Exp $ -# - -DISTNAME= bbkeys-0.3.5 -PKGNAME= bbkeys-qt-1.2 -PKGREVISION= 1 -CATEGORIES= x11 wm -MASTER_SITES= http://movingparts.thelinuxcommunity.org/bbkeys/ - -MAINTAINER= alaric@alaric-snell.com -HOMEPAGE= http://movingparts.thelinuxcommunity.org/bbkeys.shtml -COMMENT= Qt-based configuration utility for bbkeys - -DEPENDS+= bbkeys-0.3.5:../bbkeys - -WRKSRC= ${WRKDIR}/bbkeys-0.3.5/bbkeysconf-1.2 -USE_X11BASE= YES - -.include "../../x11/qt2-libs/buildlink.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/wm/bbkeys-qt/PLIST b/wm/bbkeys-qt/PLIST deleted file mode 100644 index 8c9d6b0e588..00000000000 --- a/wm/bbkeys-qt/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 20:59:06 zuntum Exp $ -bin/bbkeysconf diff --git a/wm/bbkeys-qt/distinfo b/wm/bbkeys-qt/distinfo deleted file mode 100644 index d4658ab79b7..00000000000 --- a/wm/bbkeys-qt/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.3 2001/06/26 21:01:59 jlam Exp $ - -SHA1 (bbkeys-0.3.5.tar.gz) = 1c0e74db16b940e0fbcda088a11a9c9af905a1e8 -Size (bbkeys-0.3.5.tar.gz) = 102703 bytes -SHA1 (patch-aa) = d9c6a4aa734c6405e89e0e8bd2b138fa1781e673 diff --git a/wm/bbkeys-qt/patches/patch-aa b/wm/bbkeys-qt/patches/patch-aa deleted file mode 100644 index a4b42fd1638..00000000000 --- a/wm/bbkeys-qt/patches/patch-aa +++ /dev/null @@ -1,42 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2001/06/26 21:02:00 jlam Exp $ - ---- Makefile.orig Tue Jun 26 16:48:09 2001 -+++ Makefile -@@ -1,11 +1,11 @@ --CXX= /usr/bin/g++ --QTDIR = /usr/lib/qt2 --MOC = /usr/bin/moc --LIBS = -L$(QTDIR)/lib -L/usr/lib -L/usr/X11R6/lib -lqt -lX11 --CXXFLAGS = -g -I/usr/include -I$(QTDIR)/include -I/usr/X11R6/include -+#CXX= /usr/bin/g++ -+#QTDIR = /usr/lib/qt2 -+MOC = $(QTDIR)/bin/moc -+LIBS = ${LDFLAGS} -L$(QTDIR)/lib -L${X11BASE}/lib -lqt -lX11 -ljpeg -+CXXFLAGS += -g -I$(QTDIR)/include -I${X11BASE}/include - - TARGET = bbkeysconf --PREFIX = /usr/local/bin -+#PREFIX = /usr/local/bin - OBJECTS = gui.o main.o myapplication.o - SOURCES = gui.cc main.cc myapplication.cc - MOCSRC = gui.hh -@@ -37,13 +37,13 @@ - if ! test -x $(TARGET) ; then \ - exit; \ - fi; \ -- echo "Checking existance of $(PREFIX)...."; \ -- if ! test -d $(PREFIX) ; then \ -- echo "Heyyyyy. $(PREFIX) doesn't exist. Creating it...."; \ -- /usr/bin/install -d $(PREFIX); \ -+ echo "Checking existance of $(PREFIX)/bin...."; \ -+ if ! test -d $(PREFIX)/bin ; then \ -+ echo "Heyyyyy. $(PREFIX)/bin doesn't exist. Creating it...."; \ -+ /usr/bin/install -d $(PREFIX)/bin; \ - fi ; \ -- echo "Installing $(TARGET) in $(PREFIX)..."; \ -- /usr/bin/install -s $(TARGET) $(PREFIX)/$(TARGET) -+ echo "Installing $(TARGET) in $(PREFIX)/bin..."; \ -+ /usr/bin/install -s $(TARGET) $(PREFIX)/bin/$(TARGET) - - gui.o: gui.cc gui.moc - main.o: main.cc -- cgit v1.2.3