PORTNAME= noto PORTVERSION= 2.003 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/notofonts/notofonts.github.io/raw/NotoMusic-v${PORTVERSION}/fonts/ \ https://github.com/notofonts/notofonts.github.io/raw/NotoMusic-v${PORTVERSION}/fonts/NotoMusic/hinted/ttf/:fonts PKGNAMESUFFIX= -music DISTFILES= LICENSE \ ${FONTS:S|$|:fonts|} DIST_SUBDIR= Noto/Music/${PORTVERSION} EXTRACT_ONLY= # empty MAINTAINER= sunpoet@FreeBSD.org COMMENT= Google Noto Music WWW= https://fonts.google.com/noto \ https://notofonts.github.io/ \ https://github.com/notofonts/music \ https://github.com/notofonts/notofonts.github.io/tree/main/fonts/NotoMusic LICENSE= OFL11 LICENSE_FILE= ${DISTDIR}/${DIST_SUBDIR}/LICENSE USES= fonts NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= ${FONTSDIR}/NotoMusic-Regular.ttf FONTS= NotoMusic-Regular.ttf do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${FONTS} ${STAGEDIR}${FONTSDIR} .include