pkgsrc/graphics/R-rgl/Makefile
mef 8521818e45 (graphics/R-rgl) import R-rgl-0.107.14
Provides medium to high level functions for 3D interactive graphics,
including functions modelled on base graphics (plot3d(), etc.) as well
as functions for constructing representations of geometric objects
(cube3d(), etc.).  Output may be on screen using OpenGL, or to various
standard 3D file formats including WebGL, PLY, OBJ, STL as well as 2D
image formats, including PNG, Postscript, SVG, PGF.
2021-09-11 12:25:58 +00:00

34 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.1 2021/09/11 12:25:58 mef Exp $
R_PKGNAME= rgl
R_PKGVER= 0.107.14
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= 3D Visualization Using OpenGL
LICENSE= gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3
DEPENDS+= R-crosstalk>=1.0.0:../../textproc/R-crosstalk
DEPENDS+= R-htmltools>=0.3.6:../../textproc/R-htmltools
DEPENDS+= R-htmlwidgets>=1.3:../../www/R-htmlwidgets
DEPENDS+= R-jsonlite>=0.9.20:../../textproc/R-jsonlite
DEPENDS+= R-knitr>=1.23:../../print/R-knitr
DEPENDS+= R-magrittr>=2.0.1:../../devel/R-magrittr
DEPENDS+= R-manipulateWidget-[0-9]*:../../graphics/R-manipulateWidget
DEPENDS+= R-mathjaxr-[0-9]*:../../www/R-mathjaxr
DEPENDS+= R-shiny>=1.3.2:../../www/R-shiny
# Packages suggested but not available:
# 'orientlib', 'misc3d', 'magick', 'plotrix', 'tripack', 'interp',
# 'alphashape3d', 'js', 'webshot2', 'downlit', 'pkgdown', 'extrafont'
TEST_DEPENDS+= R-deldir-[0-9]*:../../geography/R-deldir
TEST_DEPENDS+= R-akima-[0-9]*:../../math/R-akima
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
USE_LANGUAGES= c c++
.include "../../graphics/png/buildlink3.mk"
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"