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

17 lines
301 B
Makefile

PORTNAME= png
DISTVERSION= 0.1-8
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Read and write PNG images
WWW= https://www.rforge.net/png/
LICENSE= GPLv2+
LIB_DEPENDS= libpng.so:graphics/png
USES= cran:auto-plist,compiles
.include <bsd.port.mk>