diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-07-18 00:31:35 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-07-18 00:31:35 +0800 |
commit | a4b421dbe443794f2c13b461468e54da013f263e (patch) | |
tree | 1fd5667dce9ab18d36aea3237e79dfe8c2b87654 /astro/Makefile | |
parent | db7f784a8d27fbc72a7f556d50a0e3653a8c31f4 (diff) | |
download | freebsd-ports-gnome-a4b421dbe443794f2c13b461468e54da013f263e.tar.gz freebsd-ports-gnome-a4b421dbe443794f2c13b461468e54da013f263e.tar.zst freebsd-ports-gnome-a4b421dbe443794f2c13b461468e54da013f263e.zip |
"WCSLIB is a C library, supplied with a full set of Fortran wrappers, that
implements the "World Coordinate System" (WCS) convention in FITS (Flexible
Image Transport System). It also includes a PGPLOT-based routine, PGSBOX,
for drawing general curvilinear coordinate graticules and a number of
utility programs." - from README file.
WWW: http://www.atnf.csiro.au/people/mcalabre/WCS/index.html
PR: 136776
Submitted by: Tony Maher <tonym@optusnet.com.au>
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 29435d1238ce..2abda6c7c8fe 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -88,6 +88,7 @@ SUBDIR += tclgeomap SUBDIR += tkgeomap SUBDIR += viking + SUBDIR += wcslib SUBDIR += weatherget SUBDIR += weatherspect SUBDIR += wmglobe |