38ef0909e9
Changelog: 20130422: * Update M+1C, 1M part to TESTFLIGHT055. 20130510: * Fix height of alphabet characters, when ClearType is enabled on Microsoft Windows. 20130607: * Update M+1C, 1M part to TESTFLIGHT056. * Add symbol glyphs, U+270A-U+270C. * Add symbol glyphs, U+1F50B, U+1F6AB, U+1F6AE, U+1F6B9-1F6BB, U+1F6BE.
28 lines
780 B
Makefile
28 lines
780 B
Makefile
# $NetBSD: Makefile,v 1.23 2013/08/03 04:26:01 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= VLGothic-20130607
|
|
PKGNAME= ${DISTNAME:tl:S/-/-ttf-/}
|
|
CATEGORIES= fonts japanese
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=vlgothic/58961/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= yamajun@ofug.net
|
|
HOMEPAGE= http://vlgothic.dicey.org/
|
|
COMMENT= Free Japanese TrueType fonts named 'VLGothic'
|
|
LICENSE= modified-bsd AND mplusfont
|
|
|
|
USE_X11BASE= YES
|
|
NO_BUILD= YES
|
|
NO_CONFIGURE= YES
|
|
|
|
FONTDIR= ${PREFIX}/lib/X11/fonts/TTF
|
|
FONTS_DIRS.ttf+=${FONTDIR}
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:C/-[^-]*$//}
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${FONTDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/VL-Gothic-Regular.ttf ${DESTDIR}${FONTDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/VL-PGothic-Regular.ttf ${DESTDIR}${FONTDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|