XRipple is a program that causes the bottom of the screen to ripple,

like a pool of water.

Submitted by:	oly@world.std.com (w/changes by me)
This commit is contained in:
David E. O'Brien 1996-11-09 00:01:32 +00:00
parent 2cfe6539d4
commit b9c36dc4b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4349
5 changed files with 37 additions and 0 deletions

22
games/xripple/Makefile Normal file
View File

@ -0,0 +1,22 @@
# new ports collection makefile for: xripple
# Version: 1.0 <no version #>
# Date created: 6 Oct 1996
# Whom: oly
#
# $Id$
#
DISTNAME= xripple
PKGNAME= xripple-1.0
MASTER_SITES= ftp://www.cse.unsw.edu.au/pub/users/s2154962/
CATEGORIES+= games
MAINTAINER= oly@world.std.com
USE_IMAKE= yes
ALL_TARGET=
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/xripple ${PREFIX}/bin
.include <bsd.port.mk>

1
games/xripple/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (xripple.tar.gz) = 90accfd36c66ccc910681efa089a094f

View File

@ -0,0 +1 @@
Nifty X program to make the screen bottom ripple like a pool of water.

12
games/xripple/pkg-descr Normal file
View File

@ -0,0 +1,12 @@
This is a port of xripple, written by the Rasterman, aka. Carsten Haitzler.
XRipple is a program that causes the bottom of the screen to ripple, like
a pool of water. Not much else to say, really.
Carsten's ultra-cool homepage is at http://www.cse.unsw.edu.au/~s2154962/
with more cool stuff.
Note that xripple has no "official" version number.
- Oly
oly@world.std.com

1
games/xripple/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/xripple