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 & <ericyu@mail2000.com.tw>
This commit is contained in:
parent
fedc12cc16
commit
a3099a9a1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129788
5 changed files with 61 additions and 0 deletions
|
@ -548,6 +548,7 @@
|
|||
SUBDIR += xcubes
|
||||
SUBDIR += xdeblock
|
||||
SUBDIR += xdemineur
|
||||
SUBDIR += xdesktopwaves
|
||||
SUBDIR += xdigger
|
||||
SUBDIR += xdino
|
||||
SUBDIR += xeji
|
||||
|
|
23
games/xdesktopwaves/Makefile
Normal file
23
games/xdesktopwaves/Makefile
Normal file
|
@ -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 <bsd.port.mk>
|
2
games/xdesktopwaves/distinfo
Normal file
2
games/xdesktopwaves/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (xdesktopwaves-1.3.tar.gz) = 4ef1233527cb3bbf06b8fdc407b04ebe
|
||||
SIZE (xdesktopwaves-1.3.tar.gz) = 49302
|
28
games/xdesktopwaves/files/patch-makefile
Normal file
28
games/xdesktopwaves/files/patch-makefile
Normal file
|
@ -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
|
||||
|
7
games/xdesktopwaves/pkg-descr
Normal file
7
games/xdesktopwaves/pkg-descr
Normal file
|
@ -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/
|
Loading…
Reference in a new issue