forked from Lainports/freebsd-ports
27 lines
507 B
Makefile
27 lines
507 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libspng
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.6.2
|
|
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>
|