freebsd-ports/graphics/libspng/Makefile
Tobias Kortkamp 5524051fa9 New port: graphics/libspng
Libspng is a C library for reading and writing Portable Network
Graphics (PNG) format files with a focus on security and ease of
use.

The goal is to provide a fast PNG library with a simpler API than
libpng.

WWW: https://libspng.org/
2019-08-21 15:51:15 +00:00

25 lines
548 B
Makefile

# $FreeBSD$
PORTNAME= libspng
DISTVERSION= 0.5.0
CATEGORIES= graphics
MASTER_SITES= https://gitlab.com/randy408/libspng/uploads/3d980bac86c51368f40af2f1ac79a057/
MAINTAINER= tobik@FreeBSD.org
COMMENT= Simple PNG decoding and encoding library
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= meson pkgconfig tar:xz
USE_LDCONFIG= yes
MESON_ARGS= -Denable_opt=false
PLIST_SUB= SOVERSION=${DISTVERSION}
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>