5d57d97db9
dependent ports Approved by: linimon (portmgr), thierry, tota, wen Feature safe: yes
20 lines
391 B
Makefile
20 lines
391 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= 10
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= naylor.b.david@gmail.com
|
|
COMMENT= A R SVG graphics device
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|