diff options
author | kris <kris@FreeBSD.org> | 2001-08-25 09:55:44 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-08-25 09:55:44 +0000 |
commit | 8a4568a57142063fca982b18e89d83e8d33048be (patch) | |
tree | cb3741bf95915afc9d482b0bf26a18ce93194906 /astro/Makefile | |
parent | 69fe2f181c88dc905eed03fc779d8c569f6c7351 (diff) | |
download | FreeBSD-ports-8a4568a57142063fca982b18e89d83e8d33048be.zip FreeBSD-ports-8a4568a57142063fca982b18e89d83e8d33048be.tar.gz |
Add xworld-2.0
XWorld displays a pretty picture of our earth as it would look if
viewed from the direction of the sun. The window is regularly updated.
You can use xworld in lieu of a clock.
Obtained from: OpenBSD
Diffstat (limited to 'astro/Makefile')
-rw-r--r-- | astro/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index f4eaf81..64770e8 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -38,5 +38,6 @@ SUBDIR += xphoon SUBDIR += xplanet SUBDIR += xtide + SUBDIR += xworld .include <bsd.port.subdir.mk> |