662fe65786
* Add 2017 leap second patch from upstream as well as fix output bug when num_times is 2 patch. * Fix build with clang Upstream Changelog from SVN: Don't outline symbol for markers where outlined=false fix marker bug when range is a small value update gif code to giflib-4.2.0 update gif code to 5.0.0 fix arc bug at close ranges, update default night image update version number use distance from limb plane instead of planet center when deciding when to draw annotations reapply marker fix fix limb distance bug Add -label_altitude option fix radius bug Fix label bug use GetTempPath() for windows add windows directory add string.h to png.c use JPL's leapsecond kernel definitions for ET-UTC add deltaT expression for pre 1838 fix UTC bug Update MS Windows desktop size update comments in config file updates for cygwin set default desktop file type to PNG add 2015 leap second release 1.3.1
34 lines
1.1 KiB
Makefile
34 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.91 2019/11/16 17:36:28 ng0 Exp $
|
|
|
|
# The 1.3.1 release is a few years old, and upstream recommends that
|
|
# the head of svn be used. However, we follow pkgsrc norms of
|
|
# packaging releases, with some commits applied as patches.
|
|
DISTNAME= xplanet-1.3.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xplanet/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xplanet.sourceforge.net/
|
|
COMMENT= Rotating rendered map of the Earth in X11 root window
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= c c++11
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= perl
|
|
MAKE_ENV+= PERL5=${PERL5:Q}
|
|
|
|
# \todo Fix Native PNM support
|
|
CONFIGURE_ARGS+= --without-pnm
|
|
# \todo Remove when https://github.com/OpenSpace/Spice is in pkgsrc
|
|
CONFIGURE_ARGS+= ac_cv_lib_cspice_furnsh_c=no
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../graphics/giflib/buildlink3.mk"
|
|
.include "../../graphics/netpbm/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|