diff options
Diffstat (limited to 'fonts/kochi-otf/Makefile')
-rw-r--r-- | fonts/kochi-otf/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/fonts/kochi-otf/Makefile b/fonts/kochi-otf/Makefile new file mode 100644 index 00000000000..a08d6ed487a --- /dev/null +++ b/fonts/kochi-otf/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/05/14 14:25:31 kei Exp $ + +DISTNAME= Kochi-OTF-0.018 +PKGNAME= kochi-otf-0.018 +CATEGORIES= fonts x11 japanese +MASTER_SITES= http://openlab.jp/efont/dist/Kochi-CID/current/ +MASTER_SITES+= http://khdd.net/Kochi-CID/current/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= tech-pkg-ja@jp.netbsd.org +HOMEPAGE= http://khdd.net/Kochi-CID/ +COMMENT= Kochi-Mincho/Gothic scalable font in OpenType format + +NO_BUILD= YES +FONTDIR= ${PREFIX}/share/ghostscript/Resource/Font + +do-install: + ${INSTALL_DATA_DIR} ${FONTDIR} && \ + ${INSTALL_DATA} ${WRKSRC}/Kochi-* ${FONTDIR} && \ + ${INSTALL_DATA} ${WRKSRC}/README-OTF.sjis \ + ${PREFIX}/share/doc/README.kochi-otf + +.include "../../mk/ghostscript.mk" +.include "../../mk/bsd.pkg.mk" |