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 | |
parent | 86bd342ed86cb87ee9dd2cd9a1ebb58f7149af29 (diff) | |
download | ports-48f804238db6e54eec44ac5ce9d3efaf7c4b7dfc.tar.gz ports-48f804238db6e54eec44ac5ce9d3efaf7c4b7dfc.zip |
Notes
Diffstat (limited to 'x11/wmblob')
-rw-r--r-- | x11/wmblob/Makefile | 23 | ||||
-rw-r--r-- | x11/wmblob/distinfo | 1 | ||||
-rw-r--r-- | x11/wmblob/files/patch-Makefile | 14 | ||||
-rw-r--r-- | x11/wmblob/pkg-descr | 17 | ||||
-rw-r--r-- | x11/wmblob/pkg-plist | 1 |
5 files changed, 56 insertions, 0 deletions
diff --git a/x11/wmblob/Makefile b/x11/wmblob/Makefile new file mode 100644 index 000000000000..8e9654cf5e11 --- /dev/null +++ b/x11/wmblob/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: wmblob +# Date created: Thu Feb 6 12:24:23 MSK 2003 +# Whom: Denis Shaposhnikov <dsh@vlink.ru> +# +# $FreeBSD$ +# + +PORTNAME= wmblob +PORTVERSION= 0.0.2 +CATEGORIES= x11 windowmaker +MASTER_SITES= http://dockapps.org/files/155/205/ + +MAINTAINER= pat@FreeBSD.org +COMMENT= Showing moving blobs + +USE_X_PREFIX= yes +USE_XPM= yes +USE_BZIP2= yes + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/wmblob ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/x11/wmblob/distinfo b/x11/wmblob/distinfo new file mode 100644 index 000000000000..a50dc9561e09 --- /dev/null +++ b/x11/wmblob/distinfo @@ -0,0 +1 @@ +MD5 (wmblob-0.0.2.tar.bz2) = d570624f1456c8b10b8211c717b8d6f9 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 + + # + diff --git a/x11/wmblob/pkg-descr b/x11/wmblob/pkg-descr new file mode 100644 index 000000000000..dbf68ca3ee2e --- /dev/null +++ b/x11/wmblob/pkg-descr @@ -0,0 +1,17 @@ +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 diff --git a/x11/wmblob/pkg-plist b/x11/wmblob/pkg-plist new file mode 100644 index 000000000000..cef5e6bdf7ec --- /dev/null +++ b/x11/wmblob/pkg-plist @@ -0,0 +1 @@ +bin/wmblob |