26 lines
523 B
Makefile
26 lines
523 B
Makefile
PORTNAME= libspng
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.7.4
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= eduardo@FreeBSD.org
|
|
COMMENT= Simple PNG decoding and encoding library
|
|
WWW= https://libspng.org/
|
|
|
|
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>
|