The major changes of this version: * Fixed nutation and, with it, season beginning times * Many changes in AstroCalc tool and core of Stellarium * Many changes in Oculars and Satellites plugins * Updated DSO catalog
35 lines
989 B
Makefile
35 lines
989 B
Makefile
# $NetBSD: Makefile,v 1.116 2020/09/28 19:23:34 adam Exp $
|
|
|
|
DISTNAME= stellarium-0.20.3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=Stellarium/}
|
|
GITHUB_RELEASE= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.stellarium.org/
|
|
COMMENT= Generate photorealistic skies with OpenGL
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= msgfmt perl pod2man
|
|
|
|
CMAKE_ARGS+= -DENABLE_GPS=OFF
|
|
|
|
PLIST_VARS+= desktop
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} != "Darwin"
|
|
PLIST.desktop= yes
|
|
.endif
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/qt5-qtscript/buildlink3.mk"
|
|
.include "../../x11/qt5-qtserialport/buildlink3.mk"
|
|
.include "../../x11/qt5-qttools/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|