Import motoya-fonts-20100921 as fonts/motoya-fonts.
Motoya L Cider W3 and L Mulberry W3 TrueType fonts originally for Android handset display.
This commit is contained in:
parent
28483f6d36
commit
6398487d26
4 changed files with 54 additions and 0 deletions
1
fonts/motoya-fonts/DESCR
Normal file
1
fonts/motoya-fonts/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Motoya fonts for Android handset display.
|
43
fonts/motoya-fonts/Makefile
Normal file
43
fonts/motoya-fonts/Makefile
Normal file
|
@ -0,0 +1,43 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/02/27 19:00:50 ryoon Exp $
|
||||
#
|
||||
|
||||
DISTNAME= motoya-al-fonts-20100921
|
||||
PKGNAME= ${DISTNAME:S/-al//}
|
||||
CATEGORIES= fonts japanese
|
||||
MASTER_SITES= ${MASTER_SITE_FREEBSD_LOCAL:=hrs/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= ryoon@NetBSD.org
|
||||
HOMEPAGE= http://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=data/fonts
|
||||
COMMENT= Motoya L Cider W3 and L Mulberry W3 fonts
|
||||
LICENSE= apache-2.0
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
USE_X11BASE= YES
|
||||
NO_BUILD= YES
|
||||
|
||||
FONTDIR= ${PREFIX}/lib/X11/fonts/TTF
|
||||
FONTS_DIRS.ttf= ${FONTDIR}
|
||||
|
||||
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
|
||||
|
||||
INSTALLATION_DIRS= lib/X11/fonts/TTF \
|
||||
${DOCDIR}
|
||||
|
||||
INSTALL_FONTS= MTLc3m.ttf \
|
||||
MTLmr3m.ttf
|
||||
|
||||
INSTALL_DOCS= NOTICE \
|
||||
newsrelease20100921.pdf
|
||||
|
||||
do-install:
|
||||
.for f in ${INSTALL_FONTS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${FONTDIR}
|
||||
.endfor
|
||||
.for f in ${INSTALL_DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${DOCDIR}
|
||||
.endfor
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
fonts/motoya-fonts/PLIST
Normal file
5
fonts/motoya-fonts/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/27 19:00:50 ryoon Exp $
|
||||
lib/X11/fonts/TTF/MTLc3m.ttf
|
||||
lib/X11/fonts/TTF/MTLmr3m.ttf
|
||||
share/doc/motoya-fonts/NOTICE
|
||||
share/doc/motoya-fonts/newsrelease${PKGVERSION}.pdf
|
5
fonts/motoya-fonts/distinfo
Normal file
5
fonts/motoya-fonts/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/02/27 19:00:50 ryoon Exp $
|
||||
|
||||
SHA1 (motoya-al-fonts-20100921.tar.bz2) = e5b1501ec09118539beae17e3492fd6fb32052ad
|
||||
RMD160 (motoya-al-fonts-20100921.tar.bz2) = 7c514c8ddfb1aeac756386ed7953683f31dfe5af
|
||||
Size (motoya-al-fonts-20100921.tar.bz2) = 2933997 bytes
|
Loading…
Reference in a new issue