pkgsrc/graphics/R-scales/Makefile
brook d1d2bdf864 Remove MASTER_SITES= from individual R package Makefiles.
Each R package should include ../../math/R/Makefile.extension, which also
defines MASTER_SITES.  Consequently, it is redundant for the individual
packages to do the same.  Package-specific definitions also prevent
redefining MASTER_SITES in a single common place.
2018-07-28 14:40:42 +00:00

26 lines
779 B
Makefile

# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:45 brook Exp $
CATEGORIES= graphics
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/hadley/scales
COMMENT= Scale functions for visualization
LICENSE= mit
R_PKGNAME= scales
R_PKGVER= 0.5.0
DEPENDS+= R-R6-[0-9]*:../../devel/R-R6
DEPENDS+= R-RColorBrewer-[0-9]*:../../math/R-RColorBrewer
DEPENDS+= R-dichromat-[0-9]*:../../graphics/R-dichromat
DEPENDS+= R-labeling-[0-9]*:../../graphics/R-labeling
DEPENDS+= R-munsell>=0.2:../../graphics/R-munsell
DEPENDS+= R-plyr-[0-9]*:../../math/R-plyr
DEPENDS+= R-viridisLite-[0-9]*:../../graphics/R-viridisLite
USE_LANGUAGES= c++
.include "../../devel/R-Rcpp/buildlink3.mk"
BUILDLINK_API_DEPENDS.R+= R>=2.13
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"