diff options
author | mi <mi@FreeBSD.org> | 2001-05-02 03:50:14 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2001-05-02 03:50:14 +0800 |
commit | 95237deda54f91f7f5893db40140c3321176f80b (patch) | |
tree | 62c6d49b072f376e23417aa898f3811194e8eb41 /x11-fonts/Makefile | |
parent | 93b229803e1f6db7e6d73fcef83ac0c32af88cf7 (diff) | |
download | freebsd-ports-gnome-95237deda54f91f7f5893db40140c3321176f80b.tar.gz freebsd-ports-gnome-95237deda54f91f7f5893db40140c3321176f80b.tar.zst freebsd-ports-gnome-95237deda54f91f7f5893db40140c3321176f80b.zip |
Automate the download and install of the .ttf fonts MicroSoft is
giving away on http://www.microsoft.com/typography/fontpack/default.htm
As much as their "Install these high quality TrueType fonts, and
whenever you visit a Web site that specifies them, you'll see pages
exactly as the site designer intended" irritates me, the fonts are
usefull and contain multiple character sets too.
The MicroSoft's EULA:
http://www.microsoft.com/typography/fontpack/eula.htm
allows for unlimited copying and distribution, but not for profit,
hence the disabled package building :(
The fonts can be used for other-than-X11 applications and do NOT need
the X_PREFIX.
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 9b3f895c5a6d..601b13bbbbcd 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -18,6 +18,7 @@ SUBDIR += intlfonts SUBDIR += jmk-x11-fonts SUBDIR += mozilla-fonts + SUBDIR += ms-fonts SUBDIR += nexfontsel SUBDIR += nucleus SUBDIR += p5-type1inst |