16 lines
348 B
Makefile
16 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"
|