PORTNAME= noto PORTVERSION= 2.008 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/notofonts/notofonts.github.io/raw/noto-monthly-release-23.11.1/fonts/ \ https://github.com/notofonts/notofonts.github.io/raw/noto-monthly-release-23.11.1/fonts/NotoSansSymbols2/hinted/ttf/:fonts PKGNAMESUFFIX= -sans-symbols2 DISTFILES= LICENSE \ ${FONTS:S|$|:fonts|} DIST_SUBDIR= Noto/SansSymbols2/${PORTVERSION} EXTRACT_ONLY= # empty MAINTAINER= sunpoet@FreeBSD.org COMMENT= Google Noto Sans Symbols 2 WWW= https://fonts.google.com/noto \ https://notofonts.github.io/ \ https://github.com/notofonts/symbols \ https://github.com/notofonts/notofonts.github.io/tree/main/fonts/NotoSansSymbols2 LICENSE= OFL11 LICENSE_FILE= ${DISTDIR}/${DIST_SUBDIR}/LICENSE USES= fonts NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= ${FONTSDIR}/NotoSansSymbols2-Regular.ttf FONTS= NotoSansSymbols2-Regular.ttf do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${FONTS} ${STAGEDIR}${FONTSDIR} .include