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

(-)head/x11-fonts/Makefile (+1 lines)
Lines 136-141 Link Here
136
    SUBDIR += lohit
136
    SUBDIR += lohit
137
    SUBDIR += manu-gothica
137
    SUBDIR += manu-gothica
138
    SUBDIR += materialdesign-ttf
138
    SUBDIR += materialdesign-ttf
139
    SUBDIR += material-icons-ttf
139
    SUBDIR += meslo
140
    SUBDIR += meslo
140
    SUBDIR += mgopen
141
    SUBDIR += mgopen
141
    SUBDIR += mkbold
142
    SUBDIR += mkbold
(-)head/x11-fonts/material-icons-ttf/Makefile (+29 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	material-icons
4
DISTVERSION=	4.0.4
5
CATEGORIES=	x11-fonts
6
PKGNAMESUFFIX=	-ttf
7
8
MAINTAINER=	voidanix@420blaze.it
9
COMMENT=	Material Design icon set from Google
10
11
LICENSE=	CC-BY-4.0
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
USES=	fonts
15
16
NO_ARCH=	yes
17
NO_BUILD=	yes
18
19
PLIST_FILES=	${FONTSDIR}/MaterialIcons-Regular.ttf
20
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	jossef
23
GH_PROJECT=	material-design-icons-iconfont
24
25
do-install:
26
	@${MKDIR} ${STAGEDIR}${FONTSDIR}/
27
	${INSTALL_DATA} ${WRKSRC}/dist/fonts/*.ttf ${STAGEDIR}${FONTSDIR}/
28
29
.include <bsd.port.mk>
(-)head/x11-fonts/material-icons-ttf/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1547679303
2
SHA256 (jossef-material-design-icons-iconfont-4.0.4_GH0.tar.gz) = 91d4e65155f6bdc45434e0212f6dc8b78977702764b4958295f4141fc09b7f76
3
SIZE (jossef-material-design-icons-iconfont-4.0.4_GH0.tar.gz) = 289893
(-)head/x11-fonts/material-icons-ttf/files/pkg-message.in (+5 lines)
Line 0 Link Here
1
You can start using the fonts by following these instructions:
2
3
Add the following line to the "Files" section of your X.org configuration file:
4
5
	FontPath "%%FONTSDIR%%/"
(-)head/x11-fonts/material-icons-ttf/pkg-descr (+5 lines)
Line 0 Link Here
1
Official Material Design icon set from Google.
2
The icons are designed according to the official Material Design
3
guidelines at https://material.io/design
4
5
WWW: https://jossef.github.io/material-design-icons-iconfont

Return to bug 235198