blob: 6d6f03b2df85f30d4e620aee448c5a5fe052167d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
PORTNAME= matplotplusplus
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.0
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_GITHUB= yes
GH_ACCOUNT= alandefreitas
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= BUILD_TESTS BUILD_EXAMPLES
.include <bsd.port.mk>
|