diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-10-06 06:16:57 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-10-06 06:16:57 +0000 |
commit | 4c4880894081c1316774e8c266c6032d97746caf (patch) | |
tree | cead745431d0edd0a43b875404d1bd176b14c870 /fonts/umefont-ttf/Makefile | |
parent | a7759581df3fe0c2d81fa6453488cc47f130589f (diff) | |
download | pkgsrc-4c4880894081c1316774e8c266c6032d97746caf.tar.gz |
Update to 0.444
* Convert to use 7z distfile
Status:
Gothic unadjusted: Unicode 6d67-9400
Mincho unadjusted: Unicode 6d67-9400
Diffstat (limited to 'fonts/umefont-ttf/Makefile')
-rw-r--r-- | fonts/umefont-ttf/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/fonts/umefont-ttf/Makefile b/fonts/umefont-ttf/Makefile index eb17c02852d..827ae739ebd 100644 --- a/fonts/umefont-ttf/Makefile +++ b/fonts/umefont-ttf/Makefile @@ -1,17 +1,19 @@ -# $NetBSD: Makefile,v 1.32 2012/10/03 18:28:31 asau Exp $ +# $NetBSD: Makefile,v 1.33 2012/10/06 06:16:57 ryoon Exp $ # -DISTNAME= umefont_443 -PKGNAME= ${DISTNAME:S/_/-ttf-0./} +DISTNAME= egh-umefont_444 +PKGNAME= ${DISTNAME:C/([a-z]+)-//:S/_/-ttf-0./} CATEGORIES= fonts japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=ume-font/22212/} -EXTRACT_SUFX= .tar.xz +EXTRACT_SUFX= .7z MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://sourceforge.jp/projects/ume-font/wiki/FrontPage COMMENT= Ume 18 Japanese fonts (Mincho and Gothic) LICENSE= mplusfont +WRKSRC= ${WRKDIR}/${DISTNAME:C/([a-z]+)-//} + CONFLICTS= umefont<=0.421 SUPERSEDES= umefont<=0.421 |