freebsd-ports/math/R-cran-labeling/Makefile
TAKATSU Tomonari 601d6e7c57 - Add a new port: math/R-cran-labeling
Implements a number of axis labeling schemes, including those
  compared in An Extension of Wilkinson's Algorithm for Positioning
  Tick Labels on Axes by Talbot, Lin, and Hanrahan, InfoVis 2010.

  WWW:	http://cran.r-project.org/web/packages/labeling/
2012-05-09 22:24:28 +00:00

19 lines
379 B
Makefile

# New ports collection makefile for: R-cran-labeling
# Date created: 2012-05-09
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= labeling
PORTVERSION= 0.1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Provides a range of axis labeling algorithms
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>