aboutsummaryrefslogtreecommitdiff
path: root/graphics/R-cran-latticeExtra/Makefile
blob: 198d1e8f46b31037203528471566aab03ff2863f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	latticeExtra
DISTVERSION=	0.6-29
CATEGORIES=	graphics
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	skreuzer@FreeBSD.org
COMMENT=	Extra graphical utilities based on lattice
WWW=		https://cran.r-project.org/web/packages/latticeExtra/

LICENSE=	GPLv2 GPLv3
LICENSE_COMB=	dual

CRAN_DEPENDS=	R-cran-png>0:graphics/R-cran-png \
		R-cran-jpeg>0:graphics/R-cran-jpeg \
		R-cran-RColorBrewer>0:graphics/R-cran-RColorBrewer
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist

.include <bsd.port.mk>