20 lines
426 B
Makefile
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>
|