pkgsrc/graphics/R-jpeg/Makefile
brook 354cdc6d06 graphics/R-jpeg: import R-jpeg-0.1.8.1
This package provides an easy and simple way to read, write and
display bitmap images stored in the JPEG format. It can read and write
both files and in-memory raw vectors.
2020-07-31 23:37:09 +00:00

15 lines
353 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/07/31 23:37:09 brook Exp $
R_PKGNAME= jpeg
R_PKGVER= 0.1-8.1
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Read and write JPEG images
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"