freebsd-ports/graphics/R-cran-shape/Makefile
TAKATSU Tomonari a3831d182a - Add a new port: graphics/R-cran-shape
Functions for plotting graphical shapes such as ellipses, circles,
  cylinders, arrows, ... Support for the book "A practical guide to
  ecological modelling - using R as a simulation platform" by Karline
  Soetaert and Peter M.J. Herman (2009). Springer. Includes
  demo(colorshapes)

  WWW:	http://cran.r-project.org/web/packages/shape/
2011-09-10 07:34:51 +00:00

22 lines
421 B
Makefile

# New ports collection makefile for: R-cran-shape
# Date created: 2011-09-09
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= shape
PORTVERSION= 1.3.4
CATEGORIES= graphics
PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Functions for plotting graphical shapes, colors
LICENSE= GPLv3
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>