blob: 17aaf645a305dc56c6a432aebfb983f23c5d934c (
plain) (
blame)
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
30
31
32
33
|
PORTNAME= netperfmeter
DISTVERSION= 2.0.1
CATEGORIES= benchmarks
MASTER_SITES= https://www.nntb.no/~dreibh/netperfmeter/download/
MAINTAINER= dreibh@simula.no
COMMENT= Network Performance Meter
WWW= https://www.nntb.no/~dreibh/netperfmeter/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= gm:graphics/GraphicsMagick \
pdf2svg:graphics/pdf2svg
RUN_DEPENDS= R-cran-bit64>0:devel/R-cran-bit64 \
R-cran-data.table>0:devel/R-cran-data.table \
R-cran-dplyr>0:math/R-cran-dplyr \
R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
R-cran-R.utils>0:devel/R-cran-R.utils
USES= cmake ghostscript shared-mime-info shebangfix tar:xz
SHEBANG_FILES= src/pdfembedfonts src/plot-netperfmeter-results \
src/setpdfmetadata
CMAKE_ON= WITH_ICONS WITH_PLOT_PROGRAMS
CMAKE_OFF= WITH_TEST_PROGRAMS
# Work-around for build issue on ARM:
# https://bugs.freebsd.org/285706 https://bugs.freebsd.org/292237
MAKE_ENV= OMP_NUM_THREADS=1
.include <bsd.port.mk>
|