diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-19 13:36:31 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-19 13:36:31 +0000 |
commit | ae65d62fa3aa2cedc4bdbc470af484373e48f2f1 (patch) | |
tree | 71109aa10b36b5e53cf31ab1fecba5d16d6793ca /astro/Makefile | |
parent | d7f33247bc24353a9ad7a1d0bb8132a823a55e29 (diff) | |
download | ports-ae65d62fa3aa2cedc4bdbc470af484373e48f2f1.tar.gz ports-ae65d62fa3aa2cedc4bdbc470af484373e48f2f1.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>
Notes
Notes:
svn path=/head/; revision=36122
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 |