freebsd-ports/math/R-cran-RSvgDevice/Makefile
Martin Wilke deb53d8459 A graphics device for R that uses the w3.org xml standard
for Scalable Vector Graphics.

WWW:	http://cran.r-project.org/web/packages/RSvgDevice/index.html

PR:		ports/133731
Submitted by:	David Naylor <dragonsa at highveldmail.co.za>
2009-04-23 09:16:27 +00:00

20 lines
439 B
Makefile

# New ports collection makefile for: RSvgDevice
# Date created: 14 April 2009
# Whom: David Naylor <dragonsa@highveldmail.co.za>
#
# $FreeBSD$
#
PORTNAME= RSvgDevice
PORTVERSION= 0.6.4.1
CATEGORIES= math
PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= dragonsa@highveldmail.co.za
COMMENT= A R SVG graphics device
R_MOD= yes
.include "${.CURDIR}/../../math/R-cran-sm/files/bsd.cran.mk"
.include <bsd.port.mk>