2013-10-27 18:17:57 +01:00
|
|
|
# $NetBSD: Makefile,v 1.55 2013/10/27 17:17:57 dholland Exp $
|
2003-05-09 01:47:03 +02:00
|
|
|
|
Changes 1.4.0
* New stars.dat format with HD catalog numbers and parallax errors omitted
* Added catalog cross indexes for HD and SAO catalogs
* Fixed bugs in parsing catalog numbers
* Added white dwarf temperatures and spectral types DA, DB, DC, DO, DQ, and DZ
* Added handling for partial spectral types where one or both of the subclass
and luminosity class are unknown
* Permit extended star attributes in .stc files: mesh, texture, rotation
elements, semiaxes
* Support multiple star systems of any complexity with orbits and barycenters
* Changed .stc loader so that a star definition with a duplicate catalog
number replaces the previous definition
* Made catalog numbers optional in .stc files; stars can be defined without
having to create fake catalog numbers
* Star colors now chosen based on temperature; either 'classic' and black body
colors may be selected
* Bound % key to toggle between star color tables
* Fixed black holes: infinite radius bug gone, rendered just as a plain black
sphere
* Added comprehensive catalog of all knows stars within 25 light years of the
Sun, including orbits for multiple star systems
[More]
Changes 1.4.1
* Changed maximum number of eclipse shadows in OpenGL 2.0 path from two to
three; if max is exceeded, clamp to three rather than not rendering the
shadows at all.
* Corrected a bad calculation in ring shadow shaders that caused ring shadows
to be drawn in the wrong place.
* Windows: Fixed the minimum feature size slider in the locations dialog so it
updates in response to all the standard controls.
* Added a correct InfoURL for the Moon
* Windows: added splash screen with a progress indicator
* Corrected a local flashing of the Milky Way brightness.
* Now the distance to the galaxy center is displayed, if the observer is
located inside the galaxy (Milky Way...).
* Eliminated various incorrect Hubble type acronyms in deepsky.dsc that had
penetrated the PERL filter.
* Updated Titan and Iapetus textures in lores directory
* Added lunar elevation map, using Clementine laser altimeter data, merged
in the polar regions, with topographic data from Clementine 750 nm
oblique and nadir images.
* Updated/added Tethys textures in lores, medres and hires directories.
* Added locations on Phoebe in satmoons2.ssc, as extracted from USGS/IAU
official data.
* Added Mesh for Phoebe texture.
* Updated Iapetus texture.
* Moved locations files from extras into data directory for inclusion in
standard package.
* Fixed bug where displayed time scale differed from actual time scale after
clicking a cel URL.
[More]
Pkgsrc:
* Use options.mk framework to build GLUT, GTK, GNOME, or KDE user interface.
2006-02-18 00:46:39 +01:00
|
|
|
DISTNAME= celestia-1.4.1
|
2013-10-10 16:41:44 +02:00
|
|
|
PKGREVISION= 38
|
Changes 1.4.0
* New stars.dat format with HD catalog numbers and parallax errors omitted
* Added catalog cross indexes for HD and SAO catalogs
* Fixed bugs in parsing catalog numbers
* Added white dwarf temperatures and spectral types DA, DB, DC, DO, DQ, and DZ
* Added handling for partial spectral types where one or both of the subclass
and luminosity class are unknown
* Permit extended star attributes in .stc files: mesh, texture, rotation
elements, semiaxes
* Support multiple star systems of any complexity with orbits and barycenters
* Changed .stc loader so that a star definition with a duplicate catalog
number replaces the previous definition
* Made catalog numbers optional in .stc files; stars can be defined without
having to create fake catalog numbers
* Star colors now chosen based on temperature; either 'classic' and black body
colors may be selected
* Bound % key to toggle between star color tables
* Fixed black holes: infinite radius bug gone, rendered just as a plain black
sphere
* Added comprehensive catalog of all knows stars within 25 light years of the
Sun, including orbits for multiple star systems
[More]
Changes 1.4.1
* Changed maximum number of eclipse shadows in OpenGL 2.0 path from two to
three; if max is exceeded, clamp to three rather than not rendering the
shadows at all.
* Corrected a bad calculation in ring shadow shaders that caused ring shadows
to be drawn in the wrong place.
* Windows: Fixed the minimum feature size slider in the locations dialog so it
updates in response to all the standard controls.
* Added a correct InfoURL for the Moon
* Windows: added splash screen with a progress indicator
* Corrected a local flashing of the Milky Way brightness.
* Now the distance to the galaxy center is displayed, if the observer is
located inside the galaxy (Milky Way...).
* Eliminated various incorrect Hubble type acronyms in deepsky.dsc that had
penetrated the PERL filter.
* Updated Titan and Iapetus textures in lores directory
* Added lunar elevation map, using Clementine laser altimeter data, merged
in the polar regions, with topographic data from Clementine 750 nm
oblique and nadir images.
* Updated/added Tethys textures in lores, medres and hires directories.
* Added locations on Phoebe in satmoons2.ssc, as extracted from USGS/IAU
official data.
* Added Mesh for Phoebe texture.
* Updated Iapetus texture.
* Moved locations files from extras into data directory for inclusion in
standard package.
* Fixed bug where displayed time scale differed from actual time scale after
clicking a cel URL.
[More]
Pkgsrc:
* Use options.mk framework to build GLUT, GTK, GNOME, or KDE user interface.
2006-02-18 00:46:39 +01:00
|
|
|
CATEGORIES= misc x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=celestia/}
|
|
|
|
|
|
|
|
MAINTAINER= cesar_catrian@yahoo.com
|
|
|
|
HOMEPAGE= http://www.shatters.net/celestia/
|
2003-05-09 01:47:03 +02:00
|
|
|
COMMENT= Free real-time 3D space simulator
|
|
|
|
|
Changes 1.4.0
* New stars.dat format with HD catalog numbers and parallax errors omitted
* Added catalog cross indexes for HD and SAO catalogs
* Fixed bugs in parsing catalog numbers
* Added white dwarf temperatures and spectral types DA, DB, DC, DO, DQ, and DZ
* Added handling for partial spectral types where one or both of the subclass
and luminosity class are unknown
* Permit extended star attributes in .stc files: mesh, texture, rotation
elements, semiaxes
* Support multiple star systems of any complexity with orbits and barycenters
* Changed .stc loader so that a star definition with a duplicate catalog
number replaces the previous definition
* Made catalog numbers optional in .stc files; stars can be defined without
having to create fake catalog numbers
* Star colors now chosen based on temperature; either 'classic' and black body
colors may be selected
* Bound % key to toggle between star color tables
* Fixed black holes: infinite radius bug gone, rendered just as a plain black
sphere
* Added comprehensive catalog of all knows stars within 25 light years of the
Sun, including orbits for multiple star systems
[More]
Changes 1.4.1
* Changed maximum number of eclipse shadows in OpenGL 2.0 path from two to
three; if max is exceeded, clamp to three rather than not rendering the
shadows at all.
* Corrected a bad calculation in ring shadow shaders that caused ring shadows
to be drawn in the wrong place.
* Windows: Fixed the minimum feature size slider in the locations dialog so it
updates in response to all the standard controls.
* Added a correct InfoURL for the Moon
* Windows: added splash screen with a progress indicator
* Corrected a local flashing of the Milky Way brightness.
* Now the distance to the galaxy center is displayed, if the observer is
located inside the galaxy (Milky Way...).
* Eliminated various incorrect Hubble type acronyms in deepsky.dsc that had
penetrated the PERL filter.
* Updated Titan and Iapetus textures in lores directory
* Added lunar elevation map, using Clementine laser altimeter data, merged
in the polar regions, with topographic data from Clementine 750 nm
oblique and nadir images.
* Updated/added Tethys textures in lores, medres and hires directories.
* Added locations on Phoebe in satmoons2.ssc, as extracted from USGS/IAU
official data.
* Added Mesh for Phoebe texture.
* Updated Iapetus texture.
* Moved locations files from extras into data directory for inclusion in
standard package.
* Fixed bug where displayed time scale differed from actual time scale after
clicking a cel URL.
[More]
Pkgsrc:
* Use options.mk framework to build GLUT, GTK, GNOME, or KDE user interface.
2006-02-18 00:46:39 +01:00
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../misc/celestia/distinfo
|
|
|
|
PATCHDIR= ${.CURDIR}/../../misc/celestia/patches
|
|
|
|
|
2006-07-22 06:46:13 +02:00
|
|
|
USE_LANGUAGES= c c++
|
Changes 1.4.0
* New stars.dat format with HD catalog numbers and parallax errors omitted
* Added catalog cross indexes for HD and SAO catalogs
* Fixed bugs in parsing catalog numbers
* Added white dwarf temperatures and spectral types DA, DB, DC, DO, DQ, and DZ
* Added handling for partial spectral types where one or both of the subclass
and luminosity class are unknown
* Permit extended star attributes in .stc files: mesh, texture, rotation
elements, semiaxes
* Support multiple star systems of any complexity with orbits and barycenters
* Changed .stc loader so that a star definition with a duplicate catalog
number replaces the previous definition
* Made catalog numbers optional in .stc files; stars can be defined without
having to create fake catalog numbers
* Star colors now chosen based on temperature; either 'classic' and black body
colors may be selected
* Bound % key to toggle between star color tables
* Fixed black holes: infinite radius bug gone, rendered just as a plain black
sphere
* Added comprehensive catalog of all knows stars within 25 light years of the
Sun, including orbits for multiple star systems
[More]
Changes 1.4.1
* Changed maximum number of eclipse shadows in OpenGL 2.0 path from two to
three; if max is exceeded, clamp to three rather than not rendering the
shadows at all.
* Corrected a bad calculation in ring shadow shaders that caused ring shadows
to be drawn in the wrong place.
* Windows: Fixed the minimum feature size slider in the locations dialog so it
updates in response to all the standard controls.
* Added a correct InfoURL for the Moon
* Windows: added splash screen with a progress indicator
* Corrected a local flashing of the Milky Way brightness.
* Now the distance to the galaxy center is displayed, if the observer is
located inside the galaxy (Milky Way...).
* Eliminated various incorrect Hubble type acronyms in deepsky.dsc that had
penetrated the PERL filter.
* Updated Titan and Iapetus textures in lores directory
* Added lunar elevation map, using Clementine laser altimeter data, merged
in the polar regions, with topographic data from Clementine 750 nm
oblique and nadir images.
* Updated/added Tethys textures in lores, medres and hires directories.
* Added locations on Phoebe in satmoons2.ssc, as extracted from USGS/IAU
official data.
* Added Mesh for Phoebe texture.
* Updated Iapetus texture.
* Moved locations files from extras into data directory for inclusion in
standard package.
* Fixed bug where displayed time scale differed from actual time scale after
clicking a cel URL.
[More]
Pkgsrc:
* Use options.mk framework to build GLUT, GTK, GNOME, or KDE user interface.
2006-02-18 00:46:39 +01:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
GCC_REQD+= 3.0
|
|
|
|
CXXFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
|
2003-05-09 01:47:03 +02:00
|
|
|
|
|
|
|
EGDIR= ${PREFIX}/share/examples/celestia
|
|
|
|
CONF_FILES= ${EGDIR}/celestia.cfg.default ${PKG_SYSCONFDIR}/celestia.cfg
|
|
|
|
|
Changes 1.4.0
* New stars.dat format with HD catalog numbers and parallax errors omitted
* Added catalog cross indexes for HD and SAO catalogs
* Fixed bugs in parsing catalog numbers
* Added white dwarf temperatures and spectral types DA, DB, DC, DO, DQ, and DZ
* Added handling for partial spectral types where one or both of the subclass
and luminosity class are unknown
* Permit extended star attributes in .stc files: mesh, texture, rotation
elements, semiaxes
* Support multiple star systems of any complexity with orbits and barycenters
* Changed .stc loader so that a star definition with a duplicate catalog
number replaces the previous definition
* Made catalog numbers optional in .stc files; stars can be defined without
having to create fake catalog numbers
* Star colors now chosen based on temperature; either 'classic' and black body
colors may be selected
* Bound % key to toggle between star color tables
* Fixed black holes: infinite radius bug gone, rendered just as a plain black
sphere
* Added comprehensive catalog of all knows stars within 25 light years of the
Sun, including orbits for multiple star systems
[More]
Changes 1.4.1
* Changed maximum number of eclipse shadows in OpenGL 2.0 path from two to
three; if max is exceeded, clamp to three rather than not rendering the
shadows at all.
* Corrected a bad calculation in ring shadow shaders that caused ring shadows
to be drawn in the wrong place.
* Windows: Fixed the minimum feature size slider in the locations dialog so it
updates in response to all the standard controls.
* Added a correct InfoURL for the Moon
* Windows: added splash screen with a progress indicator
* Corrected a local flashing of the Milky Way brightness.
* Now the distance to the galaxy center is displayed, if the observer is
located inside the galaxy (Milky Way...).
* Eliminated various incorrect Hubble type acronyms in deepsky.dsc that had
penetrated the PERL filter.
* Updated Titan and Iapetus textures in lores directory
* Added lunar elevation map, using Clementine laser altimeter data, merged
in the polar regions, with topographic data from Clementine 750 nm
oblique and nadir images.
* Updated/added Tethys textures in lores, medres and hires directories.
* Added locations on Phoebe in satmoons2.ssc, as extracted from USGS/IAU
official data.
* Added Mesh for Phoebe texture.
* Updated Iapetus texture.
* Moved locations files from extras into data directory for inclusion in
standard package.
* Fixed bug where displayed time scale differed from actual time scale after
clicking a cel URL.
[More]
Pkgsrc:
* Use options.mk framework to build GLUT, GTK, GNOME, or KDE user interface.
2006-02-18 00:46:39 +01:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
2007-02-15 23:21:27 +01:00
|
|
|
.if exists(${X11BASE}/include/X11/extensions/Xinerama.h) || ${X11_TYPE} != "native"
|
|
|
|
.include "../../x11/libXinerama/buildlink3.mk"
|
Changes 1.4.0
* New stars.dat format with HD catalog numbers and parallax errors omitted
* Added catalog cross indexes for HD and SAO catalogs
* Fixed bugs in parsing catalog numbers
* Added white dwarf temperatures and spectral types DA, DB, DC, DO, DQ, and DZ
* Added handling for partial spectral types where one or both of the subclass
and luminosity class are unknown
* Permit extended star attributes in .stc files: mesh, texture, rotation
elements, semiaxes
* Support multiple star systems of any complexity with orbits and barycenters
* Changed .stc loader so that a star definition with a duplicate catalog
number replaces the previous definition
* Made catalog numbers optional in .stc files; stars can be defined without
having to create fake catalog numbers
* Star colors now chosen based on temperature; either 'classic' and black body
colors may be selected
* Bound % key to toggle between star color tables
* Fixed black holes: infinite radius bug gone, rendered just as a plain black
sphere
* Added comprehensive catalog of all knows stars within 25 light years of the
Sun, including orbits for multiple star systems
[More]
Changes 1.4.1
* Changed maximum number of eclipse shadows in OpenGL 2.0 path from two to
three; if max is exceeded, clamp to three rather than not rendering the
shadows at all.
* Corrected a bad calculation in ring shadow shaders that caused ring shadows
to be drawn in the wrong place.
* Windows: Fixed the minimum feature size slider in the locations dialog so it
updates in response to all the standard controls.
* Added a correct InfoURL for the Moon
* Windows: added splash screen with a progress indicator
* Corrected a local flashing of the Milky Way brightness.
* Now the distance to the galaxy center is displayed, if the observer is
located inside the galaxy (Milky Way...).
* Eliminated various incorrect Hubble type acronyms in deepsky.dsc that had
penetrated the PERL filter.
* Updated Titan and Iapetus textures in lores directory
* Added lunar elevation map, using Clementine laser altimeter data, merged
in the polar regions, with topographic data from Clementine 750 nm
oblique and nadir images.
* Updated/added Tethys textures in lores, medres and hires directories.
* Added locations on Phoebe in satmoons2.ssc, as extracted from USGS/IAU
official data.
* Added Mesh for Phoebe texture.
* Updated Iapetus texture.
* Moved locations files from extras into data directory for inclusion in
standard package.
* Fixed bug where displayed time scale differed from actual time scale after
clicking a cel URL.
[More]
Pkgsrc:
* Use options.mk framework to build GLUT, GTK, GNOME, or KDE user interface.
2006-02-18 00:46:39 +01:00
|
|
|
CONFIGURE_ARGS+= --with-xinerama
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
|
|
|
|
|
|
.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none")
|
|
|
|
CONFIGURE_ARGS+= --disable-threading
|
|
|
|
.endif
|
|
|
|
|
2008-06-20 03:09:05 +02:00
|
|
|
INSTALLATION_DIRS= ${EGDIR}
|
|
|
|
|
2003-05-09 01:47:03 +02:00
|
|
|
post-install:
|
2008-06-20 03:09:05 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/celestia.cfg ${DESTDIR}${EGDIR}/celestia.cfg.default
|
2003-05-09 01:47:03 +02:00
|
|
|
|
Changes 1.4.0
* New stars.dat format with HD catalog numbers and parallax errors omitted
* Added catalog cross indexes for HD and SAO catalogs
* Fixed bugs in parsing catalog numbers
* Added white dwarf temperatures and spectral types DA, DB, DC, DO, DQ, and DZ
* Added handling for partial spectral types where one or both of the subclass
and luminosity class are unknown
* Permit extended star attributes in .stc files: mesh, texture, rotation
elements, semiaxes
* Support multiple star systems of any complexity with orbits and barycenters
* Changed .stc loader so that a star definition with a duplicate catalog
number replaces the previous definition
* Made catalog numbers optional in .stc files; stars can be defined without
having to create fake catalog numbers
* Star colors now chosen based on temperature; either 'classic' and black body
colors may be selected
* Bound % key to toggle between star color tables
* Fixed black holes: infinite radius bug gone, rendered just as a plain black
sphere
* Added comprehensive catalog of all knows stars within 25 light years of the
Sun, including orbits for multiple star systems
[More]
Changes 1.4.1
* Changed maximum number of eclipse shadows in OpenGL 2.0 path from two to
three; if max is exceeded, clamp to three rather than not rendering the
shadows at all.
* Corrected a bad calculation in ring shadow shaders that caused ring shadows
to be drawn in the wrong place.
* Windows: Fixed the minimum feature size slider in the locations dialog so it
updates in response to all the standard controls.
* Added a correct InfoURL for the Moon
* Windows: added splash screen with a progress indicator
* Corrected a local flashing of the Milky Way brightness.
* Now the distance to the galaxy center is displayed, if the observer is
located inside the galaxy (Milky Way...).
* Eliminated various incorrect Hubble type acronyms in deepsky.dsc that had
penetrated the PERL filter.
* Updated Titan and Iapetus textures in lores directory
* Added lunar elevation map, using Clementine laser altimeter data, merged
in the polar regions, with topographic data from Clementine 750 nm
oblique and nadir images.
* Updated/added Tethys textures in lores, medres and hires directories.
* Added locations on Phoebe in satmoons2.ssc, as extracted from USGS/IAU
official data.
* Added Mesh for Phoebe texture.
* Updated Iapetus texture.
* Moved locations files from extras into data directory for inclusion in
standard package.
* Fixed bug where displayed time scale differed from actual time scale after
clicking a cel URL.
[More]
Pkgsrc:
* Use options.mk framework to build GLUT, GTK, GNOME, or KDE user interface.
2006-02-18 00:46:39 +01:00
|
|
|
.include "options.mk"
|
|
|
|
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2007-02-15 23:21:27 +01:00
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
Changes 1.4.0
* New stars.dat format with HD catalog numbers and parallax errors omitted
* Added catalog cross indexes for HD and SAO catalogs
* Fixed bugs in parsing catalog numbers
* Added white dwarf temperatures and spectral types DA, DB, DC, DO, DQ, and DZ
* Added handling for partial spectral types where one or both of the subclass
and luminosity class are unknown
* Permit extended star attributes in .stc files: mesh, texture, rotation
elements, semiaxes
* Support multiple star systems of any complexity with orbits and barycenters
* Changed .stc loader so that a star definition with a duplicate catalog
number replaces the previous definition
* Made catalog numbers optional in .stc files; stars can be defined without
having to create fake catalog numbers
* Star colors now chosen based on temperature; either 'classic' and black body
colors may be selected
* Bound % key to toggle between star color tables
* Fixed black holes: infinite radius bug gone, rendered just as a plain black
sphere
* Added comprehensive catalog of all knows stars within 25 light years of the
Sun, including orbits for multiple star systems
[More]
Changes 1.4.1
* Changed maximum number of eclipse shadows in OpenGL 2.0 path from two to
three; if max is exceeded, clamp to three rather than not rendering the
shadows at all.
* Corrected a bad calculation in ring shadow shaders that caused ring shadows
to be drawn in the wrong place.
* Windows: Fixed the minimum feature size slider in the locations dialog so it
updates in response to all the standard controls.
* Added a correct InfoURL for the Moon
* Windows: added splash screen with a progress indicator
* Corrected a local flashing of the Milky Way brightness.
* Now the distance to the galaxy center is displayed, if the observer is
located inside the galaxy (Milky Way...).
* Eliminated various incorrect Hubble type acronyms in deepsky.dsc that had
penetrated the PERL filter.
* Updated Titan and Iapetus textures in lores directory
* Added lunar elevation map, using Clementine laser altimeter data, merged
in the polar regions, with topographic data from Clementine 750 nm
oblique and nadir images.
* Updated/added Tethys textures in lores, medres and hires directories.
* Added locations on Phoebe in satmoons2.ssc, as extracted from USGS/IAU
official data.
* Added Mesh for Phoebe texture.
* Updated Iapetus texture.
* Moved locations files from extras into data directory for inclusion in
standard package.
* Fixed bug where displayed time scale differed from actual time scale after
clicking a cel URL.
[More]
Pkgsrc:
* Use options.mk framework to build GLUT, GTK, GNOME, or KDE user interface.
2006-02-18 00:46:39 +01:00
|
|
|
.include "../../graphics/glu/buildlink3.mk"
|
2010-12-23 12:44:24 +01:00
|
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
Changes 1.4.0
* New stars.dat format with HD catalog numbers and parallax errors omitted
* Added catalog cross indexes for HD and SAO catalogs
* Fixed bugs in parsing catalog numbers
* Added white dwarf temperatures and spectral types DA, DB, DC, DO, DQ, and DZ
* Added handling for partial spectral types where one or both of the subclass
and luminosity class are unknown
* Permit extended star attributes in .stc files: mesh, texture, rotation
elements, semiaxes
* Support multiple star systems of any complexity with orbits and barycenters
* Changed .stc loader so that a star definition with a duplicate catalog
number replaces the previous definition
* Made catalog numbers optional in .stc files; stars can be defined without
having to create fake catalog numbers
* Star colors now chosen based on temperature; either 'classic' and black body
colors may be selected
* Bound % key to toggle between star color tables
* Fixed black holes: infinite radius bug gone, rendered just as a plain black
sphere
* Added comprehensive catalog of all knows stars within 25 light years of the
Sun, including orbits for multiple star systems
[More]
Changes 1.4.1
* Changed maximum number of eclipse shadows in OpenGL 2.0 path from two to
three; if max is exceeded, clamp to three rather than not rendering the
shadows at all.
* Corrected a bad calculation in ring shadow shaders that caused ring shadows
to be drawn in the wrong place.
* Windows: Fixed the minimum feature size slider in the locations dialog so it
updates in response to all the standard controls.
* Added a correct InfoURL for the Moon
* Windows: added splash screen with a progress indicator
* Corrected a local flashing of the Milky Way brightness.
* Now the distance to the galaxy center is displayed, if the observer is
located inside the galaxy (Milky Way...).
* Eliminated various incorrect Hubble type acronyms in deepsky.dsc that had
penetrated the PERL filter.
* Updated Titan and Iapetus textures in lores directory
* Added lunar elevation map, using Clementine laser altimeter data, merged
in the polar regions, with topographic data from Clementine 750 nm
oblique and nadir images.
* Updated/added Tethys textures in lores, medres and hires directories.
* Added locations on Phoebe in satmoons2.ssc, as extracted from USGS/IAU
official data.
* Added Mesh for Phoebe texture.
* Updated Iapetus texture.
* Moved locations files from extras into data directory for inclusion in
standard package.
* Fixed bug where displayed time scale differed from actual time scale after
clicking a cel URL.
[More]
Pkgsrc:
* Use options.mk framework to build GLUT, GTK, GNOME, or KDE user interface.
2006-02-18 00:46:39 +01:00
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
2007-02-15 23:21:27 +01:00
|
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
|
|
.include "../../x11/libXt/buildlink3.mk"
|
2012-07-01 21:05:10 +02:00
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
2004-11-12 16:12:00 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|