diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-01-27 19:25:05 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-01-27 19:25:05 +0000 |
commit | 993f739571b7a826314f9613468dc9fe399a7ab7 (patch) | |
tree | 0a2e28fb969c7c0c70463a1d6148e9a59b158bb9 /x11-fonts/Makefile | |
parent | f4843657c6fd7bc6bd8dfc1644fc7e81d8ae2fce (diff) | |
download | ports-993f739571b7a826314f9613468dc9fe399a7ab7.tar.gz ports-993f739571b7a826314f9613468dc9fe399a7ab7.zip |
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
Notes
Notes:
svn path=/head/; revision=491379
Diffstat (limited to 'x11-fonts/Makefile')
-rw-r--r-- | x11-fonts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index fa66d37a2f9c..3693f5d168d3 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -143,6 +143,7 @@ SUBDIR += lohit SUBDIR += manu-gothica SUBDIR += materialdesign-ttf + SUBDIR += material-icons-ttf SUBDIR += meslo SUBDIR += mgopen SUBDIR += mkbold |