2013-01-04 18:51:39 +01:00
|
|
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
2012-02-26 22:54:23 +01:00
|
|
|
|
|
|
|
PORTNAME= rtiff
|
2020-12-23 12:48:03 +01:00
|
|
|
PORTVERSION= 1.4.8
|
2012-02-26 22:54:23 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
2013-02-08 15:52:18 +01:00
|
|
|
COMMENT= TIFF reader for R
|
2012-02-26 22:54:23 +01:00
|
|
|
|
2014-01-01 04:36:49 +01:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libtiff.so:graphics/tiff
|
2019-07-15 06:42:53 +02:00
|
|
|
CRAN_DEPENDS= R-cran-pixmap>0:graphics/R-cran-pixmap
|
|
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
2012-02-26 22:54:23 +01:00
|
|
|
|
2017-06-18 20:09:16 +02:00
|
|
|
USES= cran:auto-plist,compiles
|
2012-02-26 22:54:23 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|