From 2a20b67bb89a3d06342c320ed4eca19970244df1 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 17 May 2006 13:16:42 +0000 Subject: WeatherSpect provides a reasonably accurate simulation of what the weather looks like outside, in ASCII art. It includes rain, snow, lightning, sleet, and hail. The windspeed and cloudiness are reflected in the velocity and quantity of clouds. There are trees that age, reproduce and die over the course of an hour, and a sun and moon that follow the actual sun and moonrise. There's also a dancing turtle. Author: Kirk Baucom WWW: http://www.robobunny.com/projects/weatherspect/html/ PR: ports/97371 Submitted by: Simon Olofsson --- astro/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'astro/Makefile') diff --git a/astro/Makefile b/astro/Makefile index 941f162520d0..903589cd3c98 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -61,6 +61,7 @@ SUBDIR += stars SUBDIR += stellarium SUBDIR += sunclock + SUBDIR += weatherspect SUBDIR += wmglobe SUBDIR += wmjupiter SUBDIR += wmmoonclock -- cgit v1.2.3