aboutsummaryrefslogtreecommitdiff
path: root/graphics/R-cran-rtiff/Makefile
blob: adf8f850863df087259dc3a8f77e10aade420427 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>

PORTNAME=	rtiff
PORTVERSION=	1.4.8
CATEGORIES=	graphics
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	TIFF reader for R

LICENSE=	GPLv3

LIB_DEPENDS=	libtiff.so:graphics/tiff
CRAN_DEPENDS=	R-cran-pixmap>0:graphics/R-cran-pixmap
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>