forked from Lainports/freebsd-ports
Plots a three dimensional (3D) point cloud. WWW: https://cran.r-project.org/package=scatterplot3d PR: 220065 Submitted by: pfg@
16 lines
256 B
Makefile
16 lines
256 B
Makefile
# Created by: Pedro Giffuni
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= scatterplot3d
|
|
DISTVERSION= 0.3-41
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= pfg@FreeBSD.org
|
|
COMMENT= 3D Scatter Plot
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|