From 92fed8a90909044c8560e96a542a9da2e8636e63 Mon Sep 17 00:00:00 2001 From: TAKATSU Tomonari Date: Tue, 7 Feb 2012 21:22:28 +0000 Subject: - Add a new port: graphics/R-cran-munsell Functions for exploring and using the Munsell colour system WWW: http://cran.r-project.org/web/packages/munsell/ --- graphics/R-cran-munsell/Makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 graphics/R-cran-munsell/Makefile (limited to 'graphics/R-cran-munsell/Makefile') diff --git a/graphics/R-cran-munsell/Makefile b/graphics/R-cran-munsell/Makefile new file mode 100644 index 000000000000..478936a2229a --- /dev/null +++ b/graphics/R-cran-munsell/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: R-cran-munsell +# Date created: 2012-02-08 +# Whom: TAKATSU Tomonari +# +# $FreeBSD$ +# + +PORTNAME= munsell +PORTVERSION= 0.3 +CATEGORIES= graphics +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Munsell colour system + +LICENSE= MIT + +RUN_DEPENDS= R-cran-colorspace>0:${PORTSDIR}/graphics/R-cran-colorspace + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include -- cgit v1.2.3