freebsd-ports/graphics/R-cran-rtiff/Makefile

24 lines
464 B
Makefile
Raw Normal View History

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= rtiff
PORTVERSION= 1.4.1
PORTREVISION= 4
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= A tiff reader for R
LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff
RUN_DEPENDS= R-cran-pixmap>0:${PORTSDIR}/graphics/R-cran-pixmap
LICENSE_FILE= ${WRKSRC}/LICENSE
LDFLAGS+= -L${LOCALBASE}/lib
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>