diff options
Diffstat (limited to 'fonts/ricty-ttf/Makefile')
-rw-r--r-- | fonts/ricty-ttf/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/fonts/ricty-ttf/Makefile b/fonts/ricty-ttf/Makefile index d3245c675dd..1eac0f3e9ed 100644 --- a/fonts/ricty-ttf/Makefile +++ b/fonts/ricty-ttf/Makefile @@ -1,22 +1,23 @@ -# $NetBSD: Makefile,v 1.11 2012/10/03 18:28:30 asau Exp $ +# $NetBSD: Makefile,v 1.12 2012/11/25 16:53:45 ryoon Exp $ # -DISTNAME= yascentur-Ricty-3.2.0-0-gb9d8b9c.tar.gz -PKGNAME= ricty-ttf-3.2.0 +DISTNAME= Ricty-3.2.1 +PKGNAME= ricty-ttf-3.2.1 CATEGORIES= fonts japanese -MASTER_SITES= -https://github.com/yascentur/Ricty/tarball/3.2.0 +MASTER_SITES= -https://github.com/yascentur/Ricty/archive/3.2.1.zip +EXTRACT_SUFX= .zip MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty.html COMMENT= Migu 1M and Inconsolata based TrueType fonts for programming -LICENSE= ipafont AND open-font-license AND mplusfont AND public-domain +LICENSE= ipafont AND open-font-license AND public-domain # Force using "curl" for fetching the distribution file. It is only available # over HTTPS and "curl" is the only fetch program which always supports HTTPS. FETCH_USING= curl BUILD_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge -BUILD_DEPENDS+= migu-ttf-20111002:../../fonts/migu-ttf +BUILD_DEPENDS+= migu-ttf-[0-9]*:../../fonts/migu-ttf BUILD_DEPENDS+= inconsolata-ttf-[0-9]*:../../fonts/inconsolata-ttf # LICESE of generated TTF fonts is "ipafont AND open-font-license", @@ -29,8 +30,6 @@ NO_BIN_ON_FTP= ${RESTRICTED} USE_X11BASE= YES NO_CONFIGURE= YES -WRKSRC= ${WRKDIR}/yascentur-Ricty-b9d8b9c - INSTALLATION_DIRS= lib/X11/fonts/TTF FONTDIR= ${PREFIX}/lib/X11/fonts/TTF |