pkgsrc/misc/stellarium/Makefile

43 lines
1.3 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.84 2016/07/09 06:38:37 wiz Exp $
DISTNAME= stellarium-0.12.4
PKGREVISION= 6
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=stellarium/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.stellarium.org/
COMMENT= Generate photorealistic skies with OpenGL
LICENSE= gnu-gpl-v2
# XXX remove on next update
WRKSRC= ${WRKDIR}/${DISTNAME:S/a$//}
Changes 0.10.6: * New feature for installing landscapes from ZIP archives. * New plugin: Solar System editor. * New plugin: Time Zone manual override. * New translatable strings: stars and nebulae. * Selected plugins loaded by default. * Fixed on change of sky culture. * Fixed clearing of single constellation selection. * Fixed constellation art engine, removing distortion of images. * Changed GUI styles (all dialogs now use "Title Bar", the two different tabbed widget implementations are styled consistently). * Changed Solar System engine, allowing "Comets" and "Minor planets" to be handled as classes of objects separate from "Planets". * Translatable plugin names, descriptions and some other strings. * Oculars plugin: now uses a configuration file instead of SQL. * Oculars plugin: added manual override of keyboard shortcuts. * Oculars plugin: CCD sensors formula fixed. * Satellites plugin: added new orbit prediction engine. * Satellites plugin: added trajectory visualization. * Satellites plugin: fixed problems leaving satellite TLEs out of date. * Satellites plugin: can now update TLEs from a local file. * Satellites plugin: satellite visibility can now be saved from satellites dialog. * Telescope control plugin: fixed bad serial port names on Windows. * Telescope control plugin: fixed telescopes disappearance on startup. * Telescope control plugin: added manual equinox/epoch override. * Various rendering problems resolved. * SQLite dependency dropped. The Qt SQLite driver no longer needs to be packaged with Stellarium.
2010-12-06 22:03:18 +01:00
USE_CMAKE= yes
2006-05-16 00:45:38 +02:00
USE_LANGUAGES= c c++
USE_TOOLS+= msgfmt perl pod2man
2011-01-12 08:22:38 +01:00
SUBST_CLASSES+= mac
SUBST_MESSAGE.mac= Disabling Mac OS X paths.
SUBST_FILES.mac= src/core/StelFileMgr.cpp
SUBST_STAGE.mac= pre-configure
SUBST_SED.mac= -e 's,Q_OS_MAC,Q_XX_MAC,'
.include "../../mk/bsd.prefs.mk"
.if !empty(MACHINE_PLATFORM:MNetBSD-5*)
BUILDLINK_TRANSFORM+= rm:-Wno-unused-but-set-parameter
BUILDLINK_TRANSFORM+= rm:-Wno-unused-but-set-variable
.endif
# needs phonon (Qt phonon, not KDE's)
CMAKE_ARGS+= -DENABLE_SOUND:BOOL=FALSE
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"