1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/graphics/libspng/Makefile
2021-04-24 18:28:44 +02:00

26 lines
494 B
Makefile

PORTNAME= libspng
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.3
CATEGORIES= graphics
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple PNG decoding and encoding library
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= randy408
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>