freebsd-ports/math/R-cran-RSvgDevice/Makefile
TAKATSU Tomonari 8406aa087a - Use R_MOD_AUTOPLIST instead of pkg-plist
Approved by:	wen
2010-08-15 02:48:04 +00:00

22 lines
470 B
Makefile

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