ports/graphics/matplotplusplus/Makefile
Tijl Coosemans 98bf25875a graphics/tiff: Update to 4.6.0
PR:		278577
Exp-run by:	antoine
2024-04-27 14:44:59 +02:00

30 lines
678 B
Makefile

PORTNAME= matplotplusplus
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.1
PORTREVISION= 1
CATEGORIES= graphics devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ graphics library for data visualization
WWW= https://alandefreitas.github.io/matplotplusplus/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libfftw3.so:math/fftw3 \
libfftw3f.so:math/fftw3-float \
libopenblas.so:math/openblas \
libpng16.so:graphics/png \
libtiff.so:graphics/tiff
RUN_DEPENDS= gnuplot:math/gnuplot
USES= cmake compiler:c++17-lang jpeg
USE_WX= 3.2+
USE_GITHUB= yes
GH_ACCOUNT= alandefreitas
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= BUILD_TESTING BUILD_EXAMPLES
.include <bsd.port.mk>