16 lines
260 B
Makefile
16 lines
260 B
Makefile
# Created by: Pedro Giffuni
|
|
|
|
PORTNAME= scatterplot3d
|
|
DISTVERSION= 0.3-41
|
|
PORTREVISION= 2
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= pfg@FreeBSD.org
|
|
COMMENT= 3D Scatter Plot
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|