diff options
author | will <will@FreeBSD.org> | 2000-12-19 21:36:31 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-19 21:36:31 +0800 |
commit | 8b42c7c8838773665a83cf11dff920afe99b037b (patch) | |
tree | c9fc00d581ad3c8c0cc145ea7919cefe2edc4475 /astro/Makefile | |
parent | 33c1e25c8431af4902364703e39f9d16b05261cb (diff) | |
download | freebsd-ports-gnome-8b42c7c8838773665a83cf11dff920afe99b037b.tar.gz freebsd-ports-gnome-8b42c7c8838773665a83cf11dff920afe99b037b.tar.zst freebsd-ports-gnome-8b42c7c8838773665a83cf11dff920afe99b037b.zip |
Add sscalc 1.0, a sunrise/sunset time calculator ported to C from
Javascript (uh, yeah). Too bad you have to hardcode your long/lat into
the program, perhaps some kind soul will inflict getopt() on this prog.
PR: 23245
Submitted by: Keith Walker <kew@icehouse.net>
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 7ac63b02dd79..5dd983998dd9 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -13,6 +13,7 @@ SUBDIR += sattrack SUBDIR += seti_applet SUBDIR += setiathome + SUBDIR += sscalc SUBDIR += stars SUBDIR += sunclock SUBDIR += tkseti |