diff options
author | trevor <trevor@FreeBSD.org> | 2002-08-24 21:59:51 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-08-24 21:59:51 +0000 |
commit | eaaed1e40cae06b62d103bb34090296855b15c7f (patch) | |
tree | dca00b1cd76b5186575ca218fb554bdbfcbf64a0 /x11-fonts/webfonts/Makefile | |
parent | 47840b2635c98875face2d370949bce87a7f6b11 (diff) | |
download | FreeBSD-ports-eaaed1e40cae06b62d103bb34090296855b15c7f.zip FreeBSD-ports-eaaed1e40cae06b62d103bb34090296855b15c7f.tar.gz |
Remove the Arial Unicode font. Its license is much more restrictive
than the license on the other fonts, and it can no longer be
downloaded from its publisher. Remove the RESTRICTED line because
the remaining fonts have fewer restrictions on redistribution via
the Internet.
Reviewed by: no objection from ports list
Diffstat (limited to 'x11-fonts/webfonts/Makefile')
-rw-r--r-- | x11-fonts/webfonts/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-fonts/webfonts/Makefile b/x11-fonts/webfonts/Makefile index 45afaf0..e1b5131 100644 --- a/x11-fonts/webfonts/Makefile +++ b/x11-fonts/webfonts/Makefile @@ -11,15 +11,9 @@ CATEGORIES= x11-fonts MASTER_SITES= http://www.microsoft.com/typography/downloads/ \ http://www.eu.microsoft.com/typography/downloads/ \ http://www.asia.microsoft.com/typography/downloads/ -.if defined(WITH_ARIAL_UNICODE) -MASTER_SITES+= http://download.microsoft.com/download/publisher2000/Aruniup/2000/WIN98/EN-US/ -.endif DISTFILES= andale32.exe trebuc32.exe georgi32.exe verdan32.exe \ comic32.exe arialb32.exe impact32.exe arial32.exe \ times32.exe courie32.exe webdin32.exe -.if defined(WITH_ARIAL_UNICODE) -DISTFILES+= Aruniupd.exe -.endif DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org @@ -35,7 +29,6 @@ USE_X_PREFIX= yes RUN_DEPENDS= xfstt:${PORTSDIR}/x11-servers/Xfstt .endif -RESTRICTED= "Restrictive license - cannot place on server for distribution" NO_CDROM= "Restrictive license - cannot sell for profit" NO_PACKAGE= "Restrictive license - cannot distribute in modified form" @@ -45,7 +38,6 @@ EXTRACT_AFTER_ARGS= PLIST_SUB= PKG_OLDXF86=${PKG_OLDXF86} \ PKG_NSALIAS=${PKG_NSALIAS} \ - PKG_UNICODE=${PKG_UNICODE} \ FONTNAME="${FONTNAME}" \ FONTSDIR="${FONTSDIR:S|${PREFIX}/||}" \ TTFONTSDIR="${TTFONTSDIR:S|${X11BASE}/||}" @@ -65,12 +57,6 @@ PKG_NSALIAS= PKG_NSALIAS= "@comment " .endif -.if defined(WITH_ARIAL_UNICODE) -PKG_UNICODE= -.else -PKG_UNICODE= "@comment " -.endif - # # Local variables # @@ -99,12 +85,6 @@ pre-everything:: ${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_NETSCAPE_ALIASES=yes\"" ${ECHO_MSG} .endif -.if !defined(WITH_ARIAL_UNICODE) - ${ECHO_MSG} - ${ECHO_MSG} "If you want \"Arial Unicode MS\", a complete Unicode 2.1 font (13.7MB download)," - ${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_ARIAL_UNICODE=yes\"" - ${ECHO_MSG} -.endif # # Post-extract |