diff options
author | Matthew Hunt <mph@FreeBSD.org> | 2000-01-19 17:38:37 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 2000-01-19 17:38:37 +0000 |
commit | ae99fbad5c6124f869f4cd6d334da64b97066ba1 (patch) | |
tree | 216ea562e6d31e1567c5ac053d2091e4be631ae4 /astro/xephem/Makefile | |
parent | Activate wanderlust-xemacs21-mule. (diff) |
This was missed in previous commit. Upgrade to 3.2.3.
Notes
Notes:
svn path=/head/; revision=24847
Diffstat (limited to 'astro/xephem/Makefile')
-rw-r--r-- | astro/xephem/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile index b4b79938265e..f96d950bbcf0 100644 --- a/astro/xephem/Makefile +++ b/astro/xephem/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: xephem -# Version required: 3.1 +# Version required: 3.2.3 # Date created: Thu Aug 1 09:10:22 CDT 1996 # Whom: erich@FreeBSD.org # # $FreeBSD$ # -DISTNAME= xephem-3.2.2 +DISTNAME= xephem-3.2.3 CATEGORIES= astro -MASTER_SITES= ftp://iraf.noao.edu/contrib/xephem/xephem-3.2/ \ +MASTER_SITES= ftp://iraf.noao.edu/contrib/xephem/ \ ftp://gastro23.physics.uiowa.edu/pub/xephem/ \ ftp://iphcip1.physik.uni-mainz.de/pub/xephem/ \ ftp://wolf.ifj.edu.pl/mirror/xephem/ @@ -30,10 +30,11 @@ AUXIL= README jupiter.9910 logo.gif mars.9910 mars_db marsmap.fts \ moon.fts moon_db saturne.9910 uranus.9910 xephem.hlp \ xephem_sites -CATALOGS= ISS.edb Messier.edb NGC.edb README SAC.edb YBS.edb comets.edb \ - minorpl.edb +CATALOGS= Abell.edb IC.edb ISS.edb Messier.edb NGC.edb README SAC.edb \ + UGC.edb YBS.edb asteroids.edb comets.edb hickson.edb tycho.xe -TOOLS= README extract.awk jost2edb.awk mpcorb2edb.pl tle2edb.pl +TOOLS= README extract.awk astorb2edb.pl jost2edb.awk mpcorb2edb.pl \ + tle2edb.pl GSC= Makefile README gscload.c support.c |