diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-28 10:06:13 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-28 10:06:13 +0000 |
commit | 48f804238db6e54eec44ac5ce9d3efaf7c4b7dfc (patch) | |
tree | ae5a32229d9f45a835b6c8df6f97a4ab478481f0 /x11/wmblob/files | |
parent | Some optimizations for unsigned bit fields. (diff) |
New port: Showing moving blobs
wmblob is a useless program, showing moving blobs. It's a
nice dockapp for Window Maker (www.windowmaker.org), and
it may run with other window mangers.
How to use it:
Just start it. There are no command line options.
You can change the colors with the three mouse
button.
- Left button: changes the inner color of the blobs.
- Middle button: changes the border color of the blobs.
- Right button: changes the background color.
There are 16 colors available. But not every
combination looks good.
WWW: http://dockapps.org/file.php/id/155
PR: ports/47995
Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru>
Diffstat (limited to 'x11/wmblob/files')
-rw-r--r-- | x11/wmblob/files/patch-Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/wmblob/files/patch-Makefile b/x11/wmblob/files/patch-Makefile new file mode 100644 index 000000000000..e250b999542a --- /dev/null +++ b/x11/wmblob/files/patch-Makefile @@ -0,0 +1,14 @@ +--- Makefile.orig Fri Jan 3 16:42:09 2003 ++++ Makefile Thu Feb 6 12:42:47 2003 +@@ -5,10 +5,9 @@ + + # change this to your needs: + +-PREFIX = /usr/X11 + INST_PATH = $(PREFIX)/bin + LIBDIR = -L/usr/X11R6/lib +-CC = gcc ++CFLAGS += -I $(PREFIX)/include + + # + |