mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
b48c311d94
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.
24 lines
365 B
Makefile
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>
|