blob: ab79457f46d55d3d69410955026772b42ef48758 (
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
|
# $NetBSD: Makefile,v 1.1 2018/03/20 15:20:48 minskim Exp $
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://ggplot2.tidyverse.org/
COMMENT= Elegant data visualization using the Grammar of Graphcis
LICENSE= gnu-gpl-v2
R_PKGNAME= ggplot2
R_PKGVER= 2.2.1
DEPENDS+= R-digest-[0-9]*:../../security/R-digest
DEPENDS+= R-gtable>=0.1.1:../../math/R-gtable
DEPENDS+= R-plyr>=1.7.1:../../math/R-plyr
DEPENDS+= R-reshape2-[0-9]*:../../math/R-reshape2
DEPENDS+= R-scales>=0.4.1:../../graphics/R-scales
DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
DEPENDS+= R-lazyeval-[0-9]*:../../devel/R-lazyeval
USE_LANGUAGES= # none
BUILDLINK_API_DEPENDS.R+= R>=3.1
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|