mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
x11-fonts/material-icons-ttf: create port
Official Material Design icon set from Google. The icons are designed according to the official Material Design guidelines at https://material.io/design WWW: https://jossef.github.io/material-design-icons-iconfont PR: 235198 Submitted by: voidanix <voidanix@420blaze.it> Differential Revision: https://reviews.freebsd.org/D18862
This commit is contained in:
parent
f4843657c6
commit
993f739571
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491379
@ -143,6 +143,7 @@
|
||||
SUBDIR += lohit
|
||||
SUBDIR += manu-gothica
|
||||
SUBDIR += materialdesign-ttf
|
||||
SUBDIR += material-icons-ttf
|
||||
SUBDIR += meslo
|
||||
SUBDIR += mgopen
|
||||
SUBDIR += mkbold
|
||||
|
29
x11-fonts/material-icons-ttf/Makefile
Normal file
29
x11-fonts/material-icons-ttf/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= material-icons
|
||||
DISTVERSION= 4.0.4
|
||||
CATEGORIES= x11-fonts
|
||||
PKGNAMESUFFIX= -ttf
|
||||
|
||||
MAINTAINER= voidanix@420blaze.it
|
||||
COMMENT= Material Design icon set from Google
|
||||
|
||||
LICENSE= CC-BY-4.0
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= fonts
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= ${FONTSDIR}/MaterialIcons-Regular.ttf
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jossef
|
||||
GH_PROJECT= material-design-icons-iconfont
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${FONTSDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/dist/fonts/*.ttf ${STAGEDIR}${FONTSDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-fonts/material-icons-ttf/distinfo
Normal file
3
x11-fonts/material-icons-ttf/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1547679303
|
||||
SHA256 (jossef-material-design-icons-iconfont-4.0.4_GH0.tar.gz) = 91d4e65155f6bdc45434e0212f6dc8b78977702764b4958295f4141fc09b7f76
|
||||
SIZE (jossef-material-design-icons-iconfont-4.0.4_GH0.tar.gz) = 289893
|
5
x11-fonts/material-icons-ttf/files/pkg-message.in
Normal file
5
x11-fonts/material-icons-ttf/files/pkg-message.in
Normal file
@ -0,0 +1,5 @@
|
||||
You can start using the fonts by following these instructions:
|
||||
|
||||
Add the following line to the "Files" section of your X.org configuration file:
|
||||
|
||||
FontPath "%%FONTSDIR%%/"
|
5
x11-fonts/material-icons-ttf/pkg-descr
Normal file
5
x11-fonts/material-icons-ttf/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Official Material Design icon set from Google.
|
||||
The icons are designed according to the official Material Design
|
||||
guidelines at https://material.io/design
|
||||
|
||||
WWW: https://jossef.github.io/material-design-icons-iconfont
|
Loading…
Reference in New Issue
Block a user