48f804238d
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>
24 lines
463 B
Makefile
24 lines
463 B
Makefile
# 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>
|