aboutsummaryrefslogtreecommitdiffstats
path: root/misc/wmx10/files
diff options
context:
space:
mode:
authoreric <eric@FreeBSD.org>2001-04-09 19:09:54 +0800
committereric <eric@FreeBSD.org>2001-04-09 19:09:54 +0800
commitcd914aaffd152e47091fa3410995d9f31d2ce0a0 (patch)
tree4a6ec74b313a9cc0ccb800a9914cd93348673d09 /misc/wmx10/files
parent0cd24f7b4ac00a423e1cd4cf48461385707ca5f0 (diff)
downloadfreebsd-ports-gnome-cd914aaffd152e47091fa3410995d9f31d2ce0a0.tar.gz
freebsd-ports-gnome-cd914aaffd152e47091fa3410995d9f31d2ce0a0.tar.zst
freebsd-ports-gnome-cd914aaffd152e47091fa3410995d9f31d2ce0a0.zip
Add wmx10, a WindowMaker X10 device controller.
PR: 21598 Reviewed by: murray
Diffstat (limited to 'misc/wmx10/files')
-rw-r--r--misc/wmx10/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/wmx10/files/patch-aa b/misc/wmx10/files/patch-aa
new file mode 100644
index 000000000000..408151ee324e
--- /dev/null
+++ b/misc/wmx10/files/patch-aa
@@ -0,0 +1,19 @@
+--- Makefile.orig Sun Oct 17 14:25:17 1999
++++ Makefile Mon Apr 9 00:27:38 2001
+@@ -1,5 +1,5 @@
+-INCDIR = -I/usr/X11R6/include
+-LIBDIR = -L/usr/X11R6/lib
++INCDIR = -I${X11BASE}/include
++LIBDIR = -L${X11BASE}/lib
+ LIBS = -lXpm -lXext -lX11
+ OBJS = br_cmd.o wmx10.o ../wmgeneral/wmgeneral.o
+ CFLAGS = -D$(shell echo `uname -s`) #-DDEBUG
+@@ -19,6 +19,6 @@
+ done
+ rm -f wmx10 *~
+
+-install:
++install: wmx10
+ strip wmx10
+- mv wmx10 /usr/local/bin
++ mv wmx10 ${X11BASE}/bin