1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/x11-fonts/noto-basic/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

38 lines
817 B
Makefile

PORTNAME= noto
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= https://noto-website-2.storage.googleapis.com/pkgs/
PKGNAMESUFFIX= -basic
DISTNAME= Noto-hinted
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Google Noto Fonts family (Basic)
LICENSE= OFL11
LICENSE_FILE= ${WRKSRC}/LICENSE_OFL.txt
USES= fonts zip
NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
BASIC_FONTS= NotoMono-Regular.ttf \
NotoSans-Bold.ttf \
NotoSans-BoldItalic.ttf \
NotoSans-Italic.ttf \
NotoSans-Regular.ttf \
NotoSansLinearB-Regular.ttf \
NotoSansSymbols-Regular.ttf \
NotoSerif-Bold.ttf \
NotoSerif-BoldItalic.ttf \
NotoSerif-Italic.ttf \
NotoSerif-Regular.ttf
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${BASIC_FONTS} ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>