1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Add bbkeys 0.3.3 - a keygrabber for the Blackbox window manager.

PR:		19359
Submitted by:	Patrick Seal <patseal@hyperhost.net>
This commit is contained in:
Alexander Langer 2000-07-19 13:18:16 +00:00
parent 962df24154
commit e6ee5bf8cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30856
7 changed files with 82 additions and 0 deletions

View File

@ -8,6 +8,7 @@
SUBDIR += afterstep-stable
SUBDIR += amaterus
SUBDIR += amiwm
SUBDIR += bbkeys
SUBDIR += blackbox
SUBDIR += ctwm
SUBDIR += enlightenment

29
x11-wm/bbkeys/Makefile Normal file
View File

@ -0,0 +1,29 @@
# New ports collection makefile for: bbkeys
# Date created: 17 June 2000
# Whom: Patrick Seal <patseal@hyperhost.net>
#
# $FreeBSD$
#
PORTNAME= bbkeys
PORTVERSION= 0.3.3
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.cs.uct.ac.za/pub/FreeBSD/distfiles/
MAINTAINER= patseal@hyperhost.net
RUN_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_QT2=yes
do-build:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
@(cd ${WRKSRC}/bbkeysconf-1.2; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
do-install:
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
@(cd ${WRKSRC}/bbkeysconf-1.2 && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
.include <bsd.port.mk>

1
x11-wm/bbkeys/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (bbkeys-0.3.3.tar.gz) = 04f8798acddb6fc0e475e5f9ad74a2cb

View File

@ -0,0 +1,37 @@
--- bbkeysconf-1.2/Makefile.orig Wed May 17 00:33:45 2000
+++ bbkeysconf-1.2/Makefile Sat Jun 17 17:56:39 2000
@@ -1,11 +1,11 @@
-CXX= /usr/bin/g++
-QTDIR = /usr/lib/qt2
-MOC = /usr/bin/moc
-LIBS = -L$(QTDIR)/lib -L/usr/lib -lqt
-CXXFLAGS = -g -I/usr/include -I$(QTDIR)/include -I/usr/X11R6/include
+CXX ?= /usr/bin/g++
+QTDIR = /usr/X11R6
+MOC = /usr/X11R6/bin/moc2
+LIBS = -L$(QTDIR)/lib -lqt2
+CXXFLAGS += -I$(QTDIR)/include -I$(QTDIR)/include/qt2
TARGET = bbkeysconf
-PREFIX = /usr/local/bin
+PREFIX ?= /usr/local
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)...."; \
+ echo "Checking existance of $(PREFIX)/bin...."; \
if ! test -d $(PREFIX) ; then \
- echo "Heyyyyy. $(PREFIX) doesn't exist. Creating it...."; \
- /usr/bin/install -d $(PREFIX); \
+ 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)

View File

@ -0,0 +1 @@
A keygrabber for the Blackbox window manager

6
x11-wm/bbkeys/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
A keygrabber for the Blackbox window manager.
WWW: http://movingparts.windsofstorm.net
- Patrick
patseal@hyperhost.net

7
x11-wm/bbkeys/pkg-plist Normal file
View File

@ -0,0 +1,7 @@
bin/bbkeys
bin/bbkeysConfigC
bin/bbkeysconf
share/bbtools/bbkeys.bb
share/bbtools/bbkeys.nobb
share/bbtools/README.bbkeys
@dirrm share/bbtools