22 lines
399 B
Makefile
22 lines
399 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
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= ColorBrewer palettes
|
|
|
|
LICENSE= AL2
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|