Files
tb b48c311d94 Import graphics/libspng, from Brad, ok sthen
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.
2023-06-11 09:54:36 +00:00

24 lines
365 B
Makefile

COMMENT= simple PNG decoding and encoding library
GH_ACCOUNT= randy408
GH_PROJECT= libspng
GH_TAGNAME= v0.7.4
CATEGORIES= graphics
SHARED_LIBS+= spng 0.0 # 0.0
HOMEPAGE= https://libspng.org/
MAINTAINER= Brad Smith <brad@comstyle.com>
# BSD
PERMIT_PACKAGE= Yes
WANTLIB+= m z
MODULES= devel/meson
CONFIGURE_ARGS+= -Denable_opt=false
.include <bsd.port.mk>