SUMMARY="A modern gothic font including Japanese, LatinĀ and Greek glyphs" DESCRIPTION="This package includes the VL Gothic (monospace) and VL PGothic \ (proportional) fonts. Originally developed for the Vine Linux project, they \ include glyphs suitable for rendering Japanese text, as well as LatinĀ and \ Greek alphabets. The fonts are based on the M+ fonts and the Sazanami fonts." HOMEPAGE="http://vlgothic.dicey.org/" COPYRIGHT="1990-2003 Wada Laboratory, the University of Tokyo. 2003-2004 Electronic Font Open Laboratory (/efont/). 2002-2014 M+ FONTS PROJECT 2006-2014 Daisuke SUZUKI 2006-2014 Project Vine" LICENSE="BSD (3-clause) M+ Fonts Project Sazanami Gothic Font" REVISION="2" SOURCE_URI="http://sourceforge.jp/frs/redir.php?m=osdn&f=%2Fvlgothic%2F61261%2FVLGothic-20140530.tar.xz" CHECKSUM_SHA256="bbb0abceed9052ce1249d2d4a953110c9ee6184400e4ebb2f6ea14d4cc5e70a3" SOURCE_DIR="VLGothic" DISABLE_SOURCE_PACKAGE=yes ARCHITECTURES="any" PROVIDES=" vl_gothic = $portVersion " REQUIRES="" BUILD_REQUIRES="" BUILD_PREREQUIRES=" coreutils " BUILD() { true } INSTALL() { FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp VL-Gothic-Regular.ttf ${FONTDIR} cp VL-PGothic-Regular.ttf ${FONTDIR} }