diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-09 00:01:32 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-09 00:01:32 +0000 |
commit | d79492f5e397d53d42e81cfa2a3cf808c12740d3 (patch) | |
tree | de8cc955375000a626ab05265f57360b63a67bf2 /games | |
parent | 03f08b6bda6643faedf2d79ff0faddf69d9a5698 (diff) | |
download | FreeBSD-ports-d79492f5e397d53d42e81cfa2a3cf808c12740d3.zip FreeBSD-ports-d79492f5e397d53d42e81cfa2a3cf808c12740d3.tar.gz |
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)
Diffstat (limited to 'games')
-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 0000000..22dc97b --- /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 0000000..a5ed09d --- /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 0000000..e78fce2 --- /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 0000000..1a826ad --- /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 0000000..c632193 --- /dev/null +++ b/games/xripple/pkg-plist @@ -0,0 +1 @@ +bin/xripple |