Files
ports/astro/stellarium/Makefile
T

69 lines
1.6 KiB
Makefile
Raw Normal View History

USE_WXNEEDED= Yes
2007-03-25 12:29:22 +00:00
2017-12-22 14:36:29 +00:00
COMMENT= free open source planetarium
2007-03-25 12:29:22 +00:00
2026-04-06 08:08:49 +00:00
V= 26.1
2022-11-02 08:25:18 +00:00
DISTNAME= stellarium-${V}
REVISION= 1
2009-05-21 21:34:40 +00:00
2017-12-22 14:36:29 +00:00
CATEGORIES= astro x11
2007-03-25 12:29:22 +00:00
2017-12-22 14:36:29 +00:00
HOMEPAGE= http://www.stellarium.org/
2007-03-25 12:29:22 +00:00
2017-12-22 14:36:29 +00:00
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
2007-03-25 12:29:22 +00:00
2009-02-09 18:25:24 +00:00
# GPLv2
2019-06-29 10:39:40 +00:00
PERMIT_PACKAGE= Yes
2007-03-25 12:29:22 +00:00
2023-10-22 17:20:40 +00:00
WANTLIB += ${COMPILER_LIBCXX} GL QXlsxQt6 Qt6Charts Qt6Concurrent
WANTLIB += Qt6Core Qt6Gui Qt6Multimedia Qt6MultimediaWidgets Qt6Network
WANTLIB += Qt6OpenGL Qt6OpenGLWidgets Qt6Positioning Qt6PrintSupport
2026-04-06 08:08:49 +00:00
WANTLIB += Qt6Qml Qt6Quick Qt6SerialPort Qt6Svg Qt6SvgWidgets
WANTLIB += Qt6TextToSpeech Qt6WebChannel Qt6WebEngineCore Qt6WebEngineWidgets
2026-04-06 08:08:49 +00:00
WANTLIB += Qt6Widgets c exiv2 gps indiclient m md4c md4c-html
WANTLIB += nlopt xkbcommon z
2007-03-25 12:29:22 +00:00
2023-10-22 17:20:40 +00:00
SITES= https://github.com/Stellarium/stellarium/releases/download/v${V}/
2022-11-02 08:25:18 +00:00
2017-12-22 14:36:29 +00:00
MODULES= devel/cmake \
2021-01-29 16:48:01 +00:00
lang/python \
2023-10-22 17:20:40 +00:00
x11/qt6
2009-02-09 18:25:24 +00:00
2022-10-15 13:19:36 +00:00
MODCMAKE_LDFLAGS= -L${LOCALBASE}/lib
2021-01-29 16:48:01 +00:00
MODPY_RUNDEP= No
2024-05-04 13:33:48 +00:00
BUILD_DEPENDS= astro/calcmysky \
2024-12-23 09:36:38 +00:00
devel/fast-float
2022-10-15 13:19:36 +00:00
2024-12-23 09:36:38 +00:00
LIB_DEPENDS= devel/indi,-libs>=2.1.1 \
2025-03-24 10:47:48 +00:00
devel/md4c \
2024-12-23 09:36:38 +00:00
graphics/exiv2 \
2023-12-23 15:40:03 +00:00
math/nlopt \
misc/gpsd \
2025-01-02 10:38:40 +00:00
textproc/qxlsx \
2023-10-22 17:20:40 +00:00
x11/qt6/qtcharts \
x11/qt6/qtmultimedia \
x11/qt6/qtpositioning \
x11/qt6/qtserialport \
x11/qt6/qtspeech \
2023-10-22 17:20:40 +00:00
x11/qt6/qtwebengine
2010-06-09 08:04:28 +00:00
# used to download more stars definitions
2017-12-22 14:36:29 +00:00
RUN_DEPENDS= net/curl \
devel/desktop-file-utils \
2018-12-23 09:30:43 +00:00
misc/shared-mime-info \
x11/gtk+4,-guic
2007-03-25 12:29:22 +00:00
2017-12-22 14:36:29 +00:00
CONFIGURE_ENV= HOME=${WRKDIR}
2022-10-15 13:19:36 +00:00
PORTHOME= ${WRKDIR}
2011-07-03 18:49:17 +00:00
2022-05-28 06:19:58 +00:00
CONFIGURE_ARGS= -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON \
-DSTELLARIUM_RELEASE_BUILD=1
2017-06-22 08:49:30 +00:00
2022-07-08 08:43:01 +00:00
CFLAGS += -I${LOCALBASE}/include -I${X11BASE}/include
CXXFLAGS += -I${LOCALBASE}/include -I${X11BASE}/include
2022-05-28 06:19:58 +00:00
2017-12-22 14:36:29 +00:00
NO_TEST= Yes
2007-03-25 12:29:22 +00:00
.include <bsd.port.mk>