freebsd-ports/graphics/R-cran-rtiff/Makefile
2021-04-06 16:31:07 +02:00

20 lines
426 B
Makefile

# 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>