freebsd-ports/x11/wmblob/Makefile
Edwin Groothuis 48f804238d 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>
2003-08-28 10:06:13 +00:00

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>