mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
d521a6b289
ChangeLog: https://github.com/randy408/libspng/releases/tag/v0.6.3 Reported by: portscout
26 lines
494 B
Makefile
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>
|