13129864e6
xdesktopwaves is a cellular automata setting the background of your X Window desktop under water. Windows and mouse are like ships on the sea. Each movement of these ends up in moving water waves. You can even have rain and/or storm stirring up the water. from Giovanni Bechis <g.bechis at snb dot it>
23 lines
474 B
Makefile
23 lines
474 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/04/01 07:47:39 ajacoutot Exp $
|
|
|
|
COMMENT= simulation of water waves on the X Window desktop
|
|
|
|
DISTNAME= xdesktopwaves-1.3
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= Giovanni Bechis <g.bechis@snb.it>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xdesktopwaves/}
|
|
|
|
WANTLIB= X11 Xext c m
|
|
USE_X11= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|