aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-08-28 18:06:13 +0800
committeredwin <edwin@FreeBSD.org>2003-08-28 18:06:13 +0800
commit8af21b87349531be5ce34aa14be56f14bcdef5af (patch)
tree04c52904a029d1d8637442833a5377016046d267
parentc052221a69488282c561cc86fe01aadd7b0a1323 (diff)
downloadfreebsd-ports-gnome-8af21b87349531be5ce34aa14be56f14bcdef5af.tar.gz
freebsd-ports-gnome-8af21b87349531be5ce34aa14be56f14bcdef5af.tar.zst
freebsd-ports-gnome-8af21b87349531be5ce34aa14be56f14bcdef5af.zip
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>
-rw-r--r--x11/Makefile1
-rw-r--r--x11/wmblob/Makefile23
-rw-r--r--x11/wmblob/distinfo1
-rw-r--r--x11/wmblob/files/patch-Makefile14
-rw-r--r--x11/wmblob/pkg-descr17
-rw-r--r--x11/wmblob/pkg-plist1
6 files changed, 57 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile
index fae52474c425..7569b9f90a4e 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -107,6 +107,7 @@
SUBDIR += vdesk
SUBDIR += wdm
SUBDIR += wmappl
+ SUBDIR += wmblob
SUBDIR += wmbutton
SUBDIR += wmcliphist
SUBDIR += wmdrawer
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