aboutsummaryrefslogtreecommitdiff
path: root/x11/wmblob/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-08-28 10:06:13 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-08-28 10:06:13 +0000
commit48f804238db6e54eec44ac5ce9d3efaf7c4b7dfc (patch)
treeae5a32229d9f45a835b6c8df6f97a4ab478481f0 /x11/wmblob/Makefile
parent86bd342ed86cb87ee9dd2cd9a1ebb58f7149af29 (diff)
downloadports-48f804238db6e54eec44ac5ce9d3efaf7c4b7dfc.tar.gz
ports-48f804238db6e54eec44ac5ce9d3efaf7c4b7dfc.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>
Notes
Notes: svn path=/head/; revision=87883
Diffstat (limited to 'x11/wmblob/Makefile')
-rw-r--r--x11/wmblob/Makefile23
1 files changed, 23 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>