This package provides an easy and simple way to read, write and display bitmap images stored in the PNG format. It can read and write both files and in-memory raw vectors.
15 lines
348 B
Makefile
15 lines
348 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/08/07 03:38:53 brook Exp $
|
|
|
|
R_PKGNAME= png
|
|
R_PKGVER= 0.1-7
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= mishka@NetBSD.org
|
|
COMMENT= Read and write PNG images
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|