1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/astro/siril/Makefile
Jan Beich 2b36c4b461 devel/meson: update to 0.59.1
Changes:	https://mesonbuild.com/Release-notes-for-0-59-0.html
PR:		257251
Reported by:	GitHub (watch releases)
Submitted by:	tcberner, vishwin (based on)
Exp-run by:	antoine
Approved by:	tcberner
2021-09-05 20:31:23 +00:00

53 lines
1.4 KiB
Makefile

PORTNAME= siril
DISTVERSION= 0.99.10.1
PORTREVISION= 3
CATEGORIES= astro graphics
MASTER_SITES= https://free-astro.org/download/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Astronomical image processing software
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.md
BROKEN_i386= undefined reference to `__atomic_load' and `__atomic_compare_exchange' #`
BUILD_DEPENDS= cmake:devel/cmake
LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \
libcfitsio.so:astro/cfitsio \
libconfig.so:devel/libconfig \
libexiv2.so:graphics/exiv2 \
libffms2.so:multimedia/ffms2 \
libfftw3.so:math/fftw3 \
libfftw3f.so:math/fftw3-float \
libgsl.so:math/gsl \
libharfbuzz.so:print/harfbuzz \
libheif.so:graphics/libheif \
libjson-glib-1.0.so:devel/json-glib \
liblcms2.so:graphics/lcms2 \
libopencv_core.so:graphics/opencv \
libpng.so:graphics/png \
libraw.so:graphics/libraw \
libtiff.so:graphics/tiff
LIB_DEPENDS+= libopencv_photo.so:graphics/opencv # for some reason, configure fails without opencv, but executable only links to opencv-core
USES= compiler:c++11-lang desktop-file-utils gettext \
gnome meson pkgconfig jpeg shared-mime-info tar:bz2
USE_GNOME= atk cairo gdkpixbuf2 gtk30 intltool pango
WRKSRC= ${WRKDIR}/${PORTNAME}
INSTALLS_ICONS= yes
BINARY_ALIAS= git=false
OPTIONS_DEFINE= CURL OPENMP
OPTIONS_DEFAULT= CURL OPENMP
OPENMP_MESON_OFF= -Dopenmp=false
CURL_MESON_YES= enable-libcurl
CURL_LIB_DEPENDS= libcurl.so:ftp/curl
.include <bsd.port.mk>