diff options
author | wiz <wiz@pkgsrc.org> | 2016-01-20 11:40:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-01-20 11:40:59 +0000 |
commit | 4b81f48ea6f57e79598fa78a534a96abf590e63f (patch) | |
tree | 8c1c50146fba170eaeb8f8247ef55776d983e841 /fonts | |
parent | c88a157165617ab21b9b69e4479501338660fb6f (diff) | |
download | pkgsrc-4b81f48ea6f57e79598fa78a534a96abf590e63f.tar.gz |
Add 5 new fonts.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/fonts/Makefile b/fonts/Makefile index d07c23e91a9..5a9dee99b8b 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,12 +1,17 @@ -# $NetBSD: Makefile,v 1.289 2015/09/12 18:22:32 wiz Exp $ +# $NetBSD: Makefile,v 1.290 2016/01/20 11:40:59 wiz Exp $ # COMMENT= Fonts SUBDIR+= AnonymousPro SUBDIR+= CamingoCode +SUBDIR+= Code-New-Roman +SUBDIR+= CutiveFont SUBDIR+= EB-Garamond +SUBDIR+= FiraCode SUBDIR+= Hack-ttf +SUBDIR+= Hasklig +SUBDIR+= Office-Code-Pro SUBDIR+= SDL2_ttf SUBDIR+= TextFonts-ttf SUBDIR+= Xft2 |