d0388d10f8
This package contains sans-serif Konatu fonts, Konatu (proportional) and KonatuTohaba (monospace). The kanji characters in these fonts are based on JIS X 0208.
45 lines
980 B
Makefile
45 lines
980 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/05/08 11:10:14 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= Konatu_ver_26
|
|
PKGNAME= ${DISTNAME:tl:S/_ver_/-ttf-/}
|
|
CATEGORIES= fonts japanese
|
|
MASTER_SITES= http://www.masuseki.com/be/konatu/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://www.masuseki.com/?u=be/konatu.htm
|
|
COMMENT= Japanese TrueType gothic (sans-serif) fonts, Konatu fonts
|
|
LICENSE= cc-by-sa-v3.0
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_X11BASE= YES
|
|
NO_CONFIGURE= YES
|
|
NO_BUILD= YES
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}
|
|
|
|
FONTDIR= ${PREFIX}/lib/X11/fonts/TTF
|
|
FONTS_DIRS.ttf= ${FONTDIR}
|
|
|
|
INSTALLATION_DIRS= lib/X11/fonts/TTF \
|
|
${DOCSDIR}
|
|
|
|
INSTALL_FONTS= Konatu.ttf \
|
|
KonatuTohaba.ttf
|
|
|
|
INSTALL_DOCS= README.txt \
|
|
README_Japanese.txt
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
do-install:
|
|
.for f in ${INSTALL_FONTS}
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${FONTDIR}
|
|
.endfor
|
|
.for f in ${INSTALL_DOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${DOCSDIR}
|
|
.endfor
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|