summaryrefslogtreecommitdiff
path: root/games/xripple/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-09 00:01:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-09 00:01:32 +0000
commitb9c36dc4b583bf40b290fd93a3fb2dc75bd4963d (patch)
tree5e042c7a3fbbe16e44dbec24776872b0e8cf7b7d /games/xripple/Makefile
parentUpdate 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 'games/xripple/Makefile')
-rw-r--r--games/xripple/Makefile22
1 files changed, 22 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>