aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/noto-jp/Makefile
blob: 7385d8771b509de2e4192c154e38d0cec7ddabed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# $FreeBSD$

PORTNAME=	noto
PORTVERSION=	2.001
CATEGORIES=	x11-fonts
MASTER_SITES=	https://github.com/googlefonts/noto-cjk/raw/NotoSansV2.001/
PKGNAMESUFFIX=	-jp
DISTFILES=	LICENSE \
		${NOTO_JP_FONTS}
DIST_SUBDIR=	Noto
EXTRACT_ONLY=	# empty

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Google Noto Fonts family (Japanese)

LICENSE=	OFL11
LICENSE_FILE=	${DISTDIR}/${DIST_SUBDIR}/LICENSE

USES=		fonts

NO_ARCH=	yes
NO_BUILD=	yes

NOTO_JP_FONTS=	NotoSansCJKjp-Black.otf \
		NotoSansCJKjp-Bold.otf \
		NotoSansCJKjp-DemiLight.otf \
		NotoSansCJKjp-Light.otf \
		NotoSansCJKjp-Medium.otf \
		NotoSansCJKjp-Regular.otf \
		NotoSansCJKjp-Thin.otf \
		NotoSansJP-Black.otf \
		NotoSansJP-Bold.otf \
		NotoSansJP-DemiLight.otf \
		NotoSansJP-Light.otf \
		NotoSansJP-Medium.otf \
		NotoSansJP-Regular.otf \
		NotoSansJP-Thin.otf \
		NotoSansMonoCJKjp-Bold.otf \
		NotoSansMonoCJKjp-Regular.otf \
		NotoSerifCJKjp-Black.otf \
		NotoSerifCJKjp-Bold.otf \
		NotoSerifCJKjp-ExtraLight.otf \
		NotoSerifCJKjp-Light.otf \
		NotoSerifCJKjp-Medium.otf \
		NotoSerifCJKjp-Regular.otf \
		NotoSerifCJKjp-SemiBold.otf \
		NotoSerifJP-Black.otf \
		NotoSerifJP-Bold.otf \
		NotoSerifJP-ExtraLight.otf \
		NotoSerifJP-Light.otf \
		NotoSerifJP-Medium.otf \
		NotoSerifJP-Regular.otf \
		NotoSerifJP-SemiBold.otf

do-install:
	${MKDIR} ${STAGEDIR}${FONTSDIR}
	cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${NOTO_JP_FONTS} ${STAGEDIR}${FONTSDIR}

.include <bsd.port.mk>