Changeset View
Changeset View
Standalone View
Standalone View
astro/stellarium/Makefile
PORTNAME= stellarium | PORTNAME= stellarium | ||||
PORTVERSION= 1.2 | PORTVERSION= 1.2 | ||||
CATEGORIES= astro | CATEGORIES= astro | ||||
MASTER_SITES= https://github.com/Stellarium/stellarium/releases/download/v${PORTVERSION}/ | |||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} | |||||
EXTRACT_ONLY= ${_DISTFILES:Nstars_*.cat:N*.pdf} | EXTRACT_ONLY= ${_DISTFILES:Nstars_*.cat:N*.pdf} | ||||
MAINTAINER= danfe@FreeBSD.org | MAINTAINER= danfe@FreeBSD.org | ||||
COMMENT= 3D photo-realistic sky renderer (planetarium) | COMMENT= 3D photo-realistic sky renderer (planetarium) | ||||
WWW= https://www.stellarium.org/ | WWW= https://www.stellarium.org/ | ||||
LICENSE= GPLv2+ | LICENSE= GPLv2+ | ||||
USES= cmake compiler:c++11-lang desktop-file-utils \ | USES= cmake compiler:c++11-lang desktop-file-utils \ | ||||
qt:5 shared-mime-info tar:xz | qt:5 shared-mime-info tar:xz | ||||
USE_GITHUB= yes | |||||
GH_ACCOUNT= Stellarium | |||||
GH_TAGNAME= v${PORTVERSION} | |||||
GH_ASSET= ${DISTNAME}${EXTRACT_SUFX} | |||||
USE_QT= qmake:build buildtools:build \ | USE_QT= qmake:build buildtools:build \ | ||||
charts concurrent core gui network opengl \ | charts concurrent core gui network opengl \ | ||||
printsupport widgets | printsupport widgets | ||||
CMAKE_OFF= ENABLE_QT6 | CMAKE_OFF= ENABLE_QT6 | ||||
GUIDE_VERSION= ${PORTVERSION} | GUIDE_VERSION= ${PORTVERSION} | ||||
PORTDOCS= CREDITS.md ChangeLog README.md \ | PORTDOCS= CREDITS.md ChangeLog README.md \ | ||||
Show All 10 Lines | |||||
MULTIMEDIA_DESC= Sound and video support | MULTIMEDIA_DESC= Sound and video support | ||||
SCRIPTS_DESC= Remote control and scripting support | SCRIPTS_DESC= Remote control and scripting support | ||||
SHOWMYSKY_DESC= Realistic atmosphere light scattering | SHOWMYSKY_DESC= Realistic atmosphere light scattering | ||||
TELESCOPE_DESC= Build telescope control plugin | TELESCOPE_DESC= Build telescope control plugin | ||||
TEXTURES_DESC= Install better quality textures | TEXTURES_DESC= Install better quality textures | ||||
WEBENGINE_DESC= Get and show extra object information | WEBENGINE_DESC= Get and show extra object information | ||||
XLSX_DESC= Data export to Excel files support | XLSX_DESC= Data export to Excel files support | ||||
DOCS_MASTER_SITES= https://github.com/Stellarium/stellarium/releases/download/v${GUIDE_VERSION}/:ug | DOCS_GH_TAGNAME= v${GUIDE_VERSION}:ug | ||||
DOCS_DISTFILES= stellarium_user_guide-${GUIDE_VERSION}-1.pdf:ug | DOCS_GH_ASSET= stellarium_user_guide-${GUIDE_VERSION}-1.pdf:ug | ||||
GPS_LIB_DEPENDS= libgps.so:astro/gpsd | GPS_LIB_DEPENDS= libgps.so:astro/gpsd | ||||
GPS_USE= QT=location,serialport | GPS_USE= QT=location,serialport | ||||
GPS_CMAKE_OFF= -DENABLE_GPS:BOOL=OFF | GPS_CMAKE_OFF= -DENABLE_GPS:BOOL=OFF | ||||
MULTIMEDIA_USE= QT=multimedia | MULTIMEDIA_USE= QT=multimedia | ||||
MULTIMEDIA_CMAKE_OFF= -DENABLE_MEDIA:BOOL=OFF | MULTIMEDIA_CMAKE_OFF= -DENABLE_MEDIA:BOOL=OFF | ||||
▲ Show 20 Lines • Show All 68 Lines • Show Last 20 Lines |