Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/graphics/R-cran-png/Makefile
16123 views
# Created by: TAKATSU Tomonari <[email protected]>

PORTNAME=	png
DISTVERSION=	0.1-7
PORTREVISION=	8
CATEGORIES=	graphics
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	[email protected]
COMMENT=	Read and write PNG images

LICENSE=	GPLv2 GPLv3
LICENSE_COMB=	dual

LIB_DEPENDS=	libpng.so:graphics/png

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>