forked from Lainports/freebsd-ports
The packages provides palettes for drawing nice maps shaded according to a variable. WWW: http://cran.r-project.org/web/packages/RColorBrewer/
22 lines
406 B
Makefile
22 lines
406 B
Makefile
# New ports collection makefile for: R-cran-RColorBrewer
|
|
# Date created: 2011-09-10
|
|
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= RColorBrewer
|
|
DISTVERSION= 1.0-5
|
|
CATEGORIES= graphics
|
|
PKGNAMEPREFIX= R-cran-
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= ColorBrewer palettes
|
|
|
|
LICENSE= ASL
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|