2019-08-08 21:53:36 +02:00
|
|
|
# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:42 brook Exp $
|
2018-03-20 16:20:48 +01:00
|
|
|
|
2019-08-08 21:53:36 +02:00
|
|
|
R_PKGNAME= ggplot2
|
|
|
|
R_PKGVER= 3.2.0
|
|
|
|
CATEGORIES= graphics
|
2018-03-20 16:20:48 +01:00
|
|
|
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
2019-07-31 18:04:39 +02:00
|
|
|
COMMENT= Create elegant data visualisations using the grammar of graphics
|
2018-03-20 16:20:48 +01:00
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
|
2019-07-31 18:04:39 +02:00
|
|
|
DEPENDS+= R-lazyeval>=0.2.2:../../devel/R-lazyeval
|
|
|
|
DEPENDS+= R-rlang>=0.3.0:../../devel/R-rlang
|
|
|
|
DEPENDS+= R-withr>=2.0.0:../../devel/R-withr
|
|
|
|
DEPENDS+= R-scales>=0.5.0:../../graphics/R-scales
|
|
|
|
DEPENDS+= R-viridisLite>=0.3.0:../../graphics/R-viridisLite
|
2018-03-20 16:20:48 +01:00
|
|
|
DEPENDS+= R-gtable>=0.1.1:../../math/R-gtable
|
|
|
|
DEPENDS+= R-plyr>=1.7.1:../../math/R-plyr
|
2019-07-31 18:04:39 +02:00
|
|
|
DEPENDS+= R-reshape2>=1.4.3:../../math/R-reshape2
|
|
|
|
DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble
|
|
|
|
DEPENDS+= R-digest>=0.6.20:../../security/R-digest
|
2018-03-20 16:20:48 +01:00
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|