summaryrefslogtreecommitdiff
path: root/fonts/takao-fonts-ttf/Makefile
diff options
context:
space:
mode:
authorobache <obache>2010-04-17 09:20:56 +0000
committerobache <obache>2010-04-17 09:20:56 +0000
commit24b0dcd2b2c082d2fb77a532d6db224995488300 (patch)
tree8838b2f483ce5d8a5da3501b52dafe6932f6d96a /fonts/takao-fonts-ttf/Makefile
parent13bf5d9f1a0c32d6aed50bd1efbbfc3c84f523d8 (diff)
downloadpkgsrc-24b0dcd2b2c082d2fb77a532d6db224995488300.tar.gz
Import takao-fonts-ttf-003.02.01 as fonts/takao-fonts-ttf.
The Takao Fonts are a font family based on the IPA Fonts and the IPAex Fonts. Its purpose is to make it possible to maintain and release the fonts by the community with changing their names. These fonts contain some modifications based on ORCA Font.
Diffstat (limited to 'fonts/takao-fonts-ttf/Makefile')
-rw-r--r--fonts/takao-fonts-ttf/Makefile48
1 files changed, 48 insertions, 0 deletions
diff --git a/fonts/takao-fonts-ttf/Makefile b/fonts/takao-fonts-ttf/Makefile
new file mode 100644
index 00000000000..163a308fa65
--- /dev/null
+++ b/fonts/takao-fonts-ttf/Makefile
@@ -0,0 +1,48 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/04/17 09:20:56 obache Exp $
+#
+
+DISTNAME= takao-fonts-ttf-003.02.01
+CATEGORIES= fonts japanese
+MASTER_SITES= http://launchpad.net/takao-fonts/003.02/003.02.01/+download/
+
+MAINTAINER= ryo_on@yk.rim.or.jp
+HOMEPAGE= https://launchpad.net/takao-fonts
+COMMENT= Takao fonts are based on IPA(ex) fonts, and includes some bug fix
+# LICENSE= IPA Font License Agreement v1.0
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_X11BASE= YES
+NO_CONFIGURE= YES
+NO_BUILD= YES
+
+DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}
+
+INSTALLATION_DIRS= lib/X11/fonts/TTF \
+ ${DOCSDIR}
+
+FONTDIR= ${PREFIX}/lib/X11/fonts/TTF
+FONTS_DIRS.ttf= ${FONTDIR}
+
+INSTALL_FONTS= TakaoExGothic.ttf \
+ TakaoExMincho.ttf \
+ TakaoGothic.ttf \
+ TakaoMincho.ttf \
+ TakaoPGothic.ttf \
+ TakaoPMincho.ttf
+INSTALL_DOCS= IPA_Font_License_Agreement_v1.0.txt \
+ README \
+ README.ja \
+ ChangeLog
+
+USE_LANGUAGES= # none
+
+do-install:
+.for fontfile in ${INSTALL_FONTS}
+ ${INSTALL_DATA} ${WRKSRC}/${fontfile} ${DESTDIR}${FONTDIR}
+.endfor
+.for docfile in ${INSTALL_DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DESTDIR}${DOCSDIR}
+.endfor
+
+.include "../../mk/bsd.pkg.mk"