aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-12-07 09:27:15 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-12-07 09:27:15 +0000
commitced298baf93b03a3356df84dcc1cc4c88d8c0422 (patch)
treeffa06ecf56cf7d3879313732d7e8c732c31ab883 /games
parent4d8ad89fb385b84a8333d394d5ce5e1f89c25b14 (diff)
downloadports-ced298baf93b03a3356df84dcc1cc4c88d8c0422.tar.gz
ports-ced298baf93b03a3356df84dcc1cc4c88d8c0422.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/Makefile1
-rw-r--r--games/bsdrain/Makefile24
-rw-r--r--games/bsdrain/distinfo3
-rw-r--r--games/bsdrain/pkg-descr7
4 files changed, 35 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile
index 8f1f26f7d5b6..d097d6b401d0 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -100,6 +100,7 @@
SUBDIR += briquolo
SUBDIR += brutalchess
SUBDIR += bs
+ SUBDIR += bsdrain
SUBDIR += bsdtris
SUBDIR += bsp
SUBDIR += bubbros
diff --git a/games/bsdrain/Makefile b/games/bsdrain/Makefile
new file mode 100644
index 000000000000..0fbba2cfb46a
--- /dev/null
+++ b/games/bsdrain/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: rain
+# Date created: Oct 15 2008
+# Whom: Jacob Myers
+#
+# $FreeBSD$
+#
+
+PORTNAME= bsdrain
+PORTVERSION= 5.0
+CATEGORIES= games
+MASTER_SITES= http://whotookspaz.org/misc/freebsd/rain/
+DISTNAME= rain-${PORTVERSION}
+
+MAINTAINER= jacob@whotookspaz.org
+COMMENT= The original BSD rain program, ported from NetBSD
+
+MAN6= rain.6
+MANCOMPRESSED= yes
+
+PLIST_FILES= bin/rain
+
+USE_BZIP2= yes
+
+.include <bsd.port.mk>
diff --git a/games/bsdrain/distinfo b/games/bsdrain/distinfo
new file mode 100644
index 000000000000..b3f870d04301
--- /dev/null
+++ b/games/bsdrain/distinfo
@@ -0,0 +1,3 @@
+MD5 (rain-5.0.tar.bz2) = f71181704e72a8fcd7356f44920c5153
+SHA256 (rain-5.0.tar.bz2) = 4f8cec635a3214b945dd5f07afa885c3f2c1bfec8371e5b9d8b7e6c3f726905c
+SIZE (rain-5.0.tar.bz2) = 3116
diff --git a/games/bsdrain/pkg-descr b/games/bsdrain/pkg-descr
new file mode 100644
index 000000000000..8d177328425f
--- /dev/null
+++ b/games/bsdrain/pkg-descr
@@ -0,0 +1,7 @@
+Rain is an animated raindrops display program modelled after the VMS program
+of the same name.
+
+This program was originally included in the 4.4 BSD distribution set. This
+version was taken from NetBSD.
+
+WWW: http://cvsweb.netbsd.org/bsdweb.cgi/src/games/rain/