diff options
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/vlgothic-ttf/DESCR | 2 | ||||
-rw-r--r-- | fonts/vlgothic-ttf/Makefile | 30 | ||||
-rw-r--r-- | fonts/vlgothic-ttf/PLIST | 3 | ||||
-rw-r--r-- | fonts/vlgothic-ttf/distinfo | 5 |
4 files changed, 40 insertions, 0 deletions
diff --git a/fonts/vlgothic-ttf/DESCR b/fonts/vlgothic-ttf/DESCR new file mode 100644 index 00000000000..cd16ce3529e --- /dev/null +++ b/fonts/vlgothic-ttf/DESCR @@ -0,0 +1,2 @@ +Japanese TrueType font using by Vine Linux. Based on +Sazanami Gothic and M+ font. diff --git a/fonts/vlgothic-ttf/Makefile b/fonts/vlgothic-ttf/Makefile new file mode 100644 index 00000000000..f6c77581fbc --- /dev/null +++ b/fonts/vlgothic-ttf/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/12/11 12:52:06 obache Exp $ +# + +DISTNAME= VLGothic-20071031 +PKGNAME= ${DISTNAME:tl:S/-/-ttf-/} +CATEGORIES= fonts japanese +MASTER_SITES= http://vinelinux.org/~daisuke/vlgothic/ \ + http://dicey.org/vlgothic/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= yamajun@ofug.net +HOMEPAGE= http://dicey.org/vlgothic/ +COMMENT= Free Japanese TrueType fonts named 'VLGothic' + +USE_X11BASE= YES +NO_BUILD= YES +NO_CONFIGURE= YES + +PKG_DESTDIR_SUPPORT= user-destdir + +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" diff --git a/fonts/vlgothic-ttf/PLIST b/fonts/vlgothic-ttf/PLIST new file mode 100644 index 00000000000..b0c95d1abc3 --- /dev/null +++ b/fonts/vlgothic-ttf/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/12/11 12:52:06 obache Exp $ +lib/X11/fonts/TTF/VL-Gothic-Regular.ttf +lib/X11/fonts/TTF/VL-PGothic-Regular.ttf diff --git a/fonts/vlgothic-ttf/distinfo b/fonts/vlgothic-ttf/distinfo new file mode 100644 index 00000000000..76b01374598 --- /dev/null +++ b/fonts/vlgothic-ttf/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/12/11 12:52:06 obache Exp $ + +SHA1 (VLGothic-20071031.tar.bz2) = f894f2dab6de768087a10518b38638a289b28e48 +RMD160 (VLGothic-20071031.tar.bz2) = 53fdcb3ab04b14508c346a72b6afa81f9030659d +Size (VLGothic-20071031.tar.bz2) = 4558010 bytes |