1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/woff2/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
430 B
Makefile

PORTNAME= woff2
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.2
PORTREVISION= 4
CATEGORIES= devel
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library and converter tools for the WOFF 2.0 web font format
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libbrotlidec.so:archivers/brotli
USES= cmake compiler:c++11-lib
USE_GITHUB= yes
GH_ACCOUNT= google
USE_LDCONFIG= yes
PLIST_SUB= SHLIBVER=${DISTVERSION}
.include <bsd.port.mk>