mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
cf118ccf87
Reported by: lwhsu
23 lines
430 B
Makefile
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>
|