freebsd-ports/graphics/R-cran-munsell/Makefile
TAKATSU Tomonari 5d21217b26 - Update to 0.4
2012-09-13 16:15:23 +00:00

23 lines
445 B
Makefile

# New ports collection makefile for: R-cran-munsell
# Date created: 2012-02-08
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= munsell
PORTVERSION= 0.4
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 <bsd.port.mk>