From a3099a9a1e062d3da0355945e783fd4c265b4281 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 25 Feb 2005 19:12:02 +0000 Subject: [PATCH] xdesktopwaves is a cellular automata setting the background of your X Window System 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. PR: ports/78047 Submitted by: User & --- games/Makefile | 1 + games/xdesktopwaves/Makefile | 23 +++++++++++++++++++ games/xdesktopwaves/distinfo | 2 ++ games/xdesktopwaves/files/patch-makefile | 28 ++++++++++++++++++++++++ games/xdesktopwaves/pkg-descr | 7 ++++++ 5 files changed, 61 insertions(+) create mode 100644 games/xdesktopwaves/Makefile create mode 100644 games/xdesktopwaves/distinfo create mode 100644 games/xdesktopwaves/files/patch-makefile create mode 100644 games/xdesktopwaves/pkg-descr diff --git a/games/Makefile b/games/Makefile index 2ec50dc9d3bc..6e60b9690913 100644 --- a/games/Makefile +++ b/games/Makefile @@ -548,6 +548,7 @@ SUBDIR += xcubes SUBDIR += xdeblock SUBDIR += xdemineur + SUBDIR += xdesktopwaves SUBDIR += xdigger SUBDIR += xdino SUBDIR += xeji diff --git a/games/xdesktopwaves/Makefile b/games/xdesktopwaves/Makefile new file mode 100644 index 000000000000..5f7feba6e9b5 --- /dev/null +++ b/games/xdesktopwaves/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xdesktopwaves +# Date created: 24 February 2005 +# Whom: ericyu@mail2000.com.tw +# +# $FreeBSD$ +# + +PORTNAME= xdesktopwaves +PORTVERSION= 1.3 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org +COMMENT= Simulation of water waves on the desktop + +USE_X_PREFIX= yes + +MAN1= xdesktopwaves.1 + +PLIST_FILES= bin/xdesktopwaves + +.include diff --git a/games/xdesktopwaves/distinfo b/games/xdesktopwaves/distinfo new file mode 100644 index 000000000000..e7605cb7ecbf --- /dev/null +++ b/games/xdesktopwaves/distinfo @@ -0,0 +1,2 @@ +MD5 (xdesktopwaves-1.3.tar.gz) = 4ef1233527cb3bbf06b8fdc407b04ebe +SIZE (xdesktopwaves-1.3.tar.gz) = 49302 diff --git a/games/xdesktopwaves/files/patch-makefile b/games/xdesktopwaves/files/patch-makefile new file mode 100644 index 000000000000..ab57a74ad54d --- /dev/null +++ b/games/xdesktopwaves/files/patch-makefile @@ -0,0 +1,28 @@ +--- Makefile.orig Sat Dec 18 13:47:40 2004 ++++ Makefile Wed Feb 23 22:28:56 2005 +@@ -11,19 +11,19 @@ + + #=========================== C compiler configuration ========================== + +-CC = gcc +-CFLAGS = -I/usr/X11R6/include -O2 ++#CC = gcc ++CFLAGS += -I$(X11BASE)/include + + #============================= Linker configuration ============================ + +-LINK = gcc +-LFLAGS = -L/usr/X11R6/lib ++LINK = $(CC) ++LFLAGS = -L$(X11BASE)/lib + LIBS = -lm -lX11 -lXext + + #============================ Installer configuration ========================== + +-BINDIR = /usr/X11R6/bin +-MAN1DIR = /usr/X11R6/man/man1 ++BINDIR = $(X11BASE)/bin ++MAN1DIR = $(X11BASE)/man/man1 + INSTALL = install + RM = rm -f -v + diff --git a/games/xdesktopwaves/pkg-descr b/games/xdesktopwaves/pkg-descr new file mode 100644 index 000000000000..766ac44fcd75 --- /dev/null +++ b/games/xdesktopwaves/pkg-descr @@ -0,0 +1,7 @@ +xdesktopwaves is a cellular automata setting the background +of your X Window System 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. + +WWW: http://xdesktopwaves.sourceforge.net/