diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-09 00:01:32 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-09 00:01:32 +0000 |
commit | b9c36dc4b583bf40b290fd93a3fb2dc75bd4963d (patch) | |
tree | 5e042c7a3fbbe16e44dbec24776872b0e8cf7b7d /games/xripple | |
parent | Update to Nov. 2nd version of Wine. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=4349
Diffstat (limited to '')
-rw-r--r-- | games/xripple/Makefile | 22 | ||||
-rw-r--r-- | games/xripple/distinfo | 1 | ||||
-rw-r--r-- | games/xripple/pkg-comment | 1 | ||||
-rw-r--r-- | games/xripple/pkg-descr | 12 | ||||
-rw-r--r-- | games/xripple/pkg-plist | 1 |
5 files changed, 37 insertions, 0 deletions
diff --git a/games/xripple/Makefile b/games/xripple/Makefile new file mode 100644 index 000000000000..22dc97b345fe --- /dev/null +++ b/games/xripple/Makefile @@ -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> diff --git a/games/xripple/distinfo b/games/xripple/distinfo new file mode 100644 index 000000000000..a5ed09dc5550 --- /dev/null +++ b/games/xripple/distinfo @@ -0,0 +1 @@ +MD5 (xripple.tar.gz) = 90accfd36c66ccc910681efa089a094f diff --git a/games/xripple/pkg-comment b/games/xripple/pkg-comment new file mode 100644 index 000000000000..e78fce211fa4 --- /dev/null +++ b/games/xripple/pkg-comment @@ -0,0 +1 @@ +Nifty X program to make the screen bottom ripple like a pool of water. diff --git a/games/xripple/pkg-descr b/games/xripple/pkg-descr new file mode 100644 index 000000000000..1a826ad30407 --- /dev/null +++ b/games/xripple/pkg-descr @@ -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 diff --git a/games/xripple/pkg-plist b/games/xripple/pkg-plist new file mode 100644 index 000000000000..c632193c8d69 --- /dev/null +++ b/games/xripple/pkg-plist @@ -0,0 +1 @@ +bin/xripple |