View | Details | Raw Unified | Return to bug 226468
Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	noto
3
PORTNAME=	noto
4
PORTVERSION=	1.0.5
4
PORTVERSION=	1.0.5
5
PORTREVISION=	1
5
CATEGORIES=	x11-fonts
6
CATEGORIES=	x11-fonts
6
MASTER_SITES=	https://noto-website.storage.googleapis.com/pkgs/ \
7
MASTER_SITES=	https://noto-website.storage.googleapis.com/pkgs/ \
7
		https://github.com/googlei18n/noto-emoji/raw/master/:emoji
8
		https://github.com/googlei18n/noto-emoji/raw/master/:emoji
Lines 17-27 Link Here
17
LICENSE_COMB=	multi
18
LICENSE_COMB=	multi
18
19
19
USES=		fonts zip
20
USES=		fonts zip
21
FONTNAME=	noto-lite
22
NO_ARCH=	yes
20
NO_BUILD=	yes
23
NO_BUILD=	yes
21
NO_WRKSUBDIR=	yes
24
NO_WRKSUBDIR=	yes
22
25
23
CONFLICTS_INSTALL=	noto*
24
25
LIST=	NotoEmoji-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
26
LIST=	NotoEmoji-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
26
27
27
.for f in ${LIST}
28
.for f in ${LIST}

Return to bug 226468