freebsd-ports/graphics/R-cran-png/Makefile
TAKATSU Tomonari afd87e1a5a graphics/R-cran-png: Update to 0.1-8
- Update to 0.1-8
- Fix LICENSE section
2023-05-11 07:26:11 +00:00

16 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>