freebsd-ports/graphics/R-cran-rtiff/Makefile
Gerald Pfeifer c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00

22 lines
423 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= rtiff
PORTVERSION= 1.4.5
PORTREVISION= 2
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= TIFF reader for R
LICENSE= GPLv3
LIB_DEPENDS= libtiff.so:graphics/tiff
RUN_DEPENDS= R-cran-pixmap>0:graphics/R-cran-pixmap
USES= cran:auto-plist,compiles
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>