afd87e1a5a
- Update to 0.1-8 - Fix LICENSE section
16 lines
301 B
Makefile
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>
|