freebsd-ports/www/R-cran-RgoogleMaps/Makefile
TAKATSU Tomonari e4850c3c96 - Add a new port: www/R-cran-RgoogleMaps
This package serves two purposes:
   (i)  Provide a comfortable R interface to query the Google server
        for static maps.
   (ii) Use the map as a background image to overlay plots within R.
  This requires proper coordinate scaling.

WWW: http://cran.r-project.org/web/packages/RgoogleMaps/

Feature safe:	yes
2012-11-25 07:17:49 +00:00

17 lines
352 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= RgoogleMaps
PORTVERSION= 1.2.0.2
CATEGORIES= www
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Overlays on Google map tiles in R
RUN_DEPENDS= R-cran-png>0:${PORTSDIR}/graphics/R-cran-png
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>