mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Update to 20130422 and add style clean-ups.
This commit is contained in:
parent
c25e9122da
commit
6389d74447
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316965
@ -1,15 +1,10 @@
|
||||
# New ports collection makefile for: VLGothic fotns
|
||||
# Date created: 31 Oct 2006
|
||||
# Whom: NIIMI Satoshi <sa2c@sa2c.net>
|
||||
#
|
||||
# Created by: NIIMI Satoshi <sa2c@sa2c.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= vlgothic
|
||||
PORTVERSION= 20121109
|
||||
PORTVERSION= 20130422
|
||||
CATEGORIES= japanese x11-fonts
|
||||
MASTER_SITES= SFJP
|
||||
MASTER_SITE_SUBDIR= vlgothic/57344
|
||||
MASTER_SITES= SFJP/vlgothic/58671
|
||||
PKGNAMEPREFIX= ja-font-
|
||||
DISTNAME= VLGothic-${PORTVERSION}
|
||||
|
||||
@ -33,6 +28,10 @@ WRKSRC= ${WRKDIR}/VLGothic
|
||||
LOCAL_FONTSDIR= share/fonts
|
||||
X_FONTSDIR= lib/X11/fonts
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/*.ttf ${DATADIR}
|
||||
@ -42,14 +41,14 @@ do-install:
|
||||
${MKDIR} ${PREFIX}/${X_FONTSDIR}/TTF
|
||||
${LN} -s -f ${DATADIR}/*.ttf \
|
||||
${PREFIX}/${X_FONTSDIR}/TTF/
|
||||
${INSTALL_DATA} ${FILESDIR}/20-unhint-vlgothic.conf \
|
||||
${FILESDIR}/62-fonts-vlgothic.conf \
|
||||
${INSTALL_DATA} ${FILESDIR}/20-unhint-${PORTNAME}.conf \
|
||||
${FILESDIR}/62-fonts-${PORTNAME}.conf \
|
||||
${PREFIX}/etc/fonts/conf.avail
|
||||
${LN} -s -f ../conf.avail/20-unhint-vlgothic.conf \
|
||||
${PREFIX}/etc/fonts/conf.d/20-unhint-vlgothic.conf
|
||||
${LN} -s -f ../conf.avail/62-fonts-vlgothic.conf \
|
||||
${PREFIX}/etc/fonts/conf.d/62-fonts-vlgothic.conf
|
||||
.if !defined(NOPORTDOCS)
|
||||
${LN} -s -f ../conf.avail/20-unhint-${PORTNAME}.conf \
|
||||
${PREFIX}/etc/fonts/conf.d/20-unhint-${PORTNAME}.conf
|
||||
${LN} -s -f ../conf.avail/62-fonts-${PORTNAME}.conf \
|
||||
${PREFIX}/etc/fonts/conf.d/62-fonts-${PORTNAME}.conf
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (VLGothic-20121109.tar.xz) = 19cb2df1634f51b6637aa36fd7998d7aa0c1c95cfac0659f66c8874e08dd9103
|
||||
SIZE (VLGothic-20121109.tar.xz) = 2224040
|
||||
SHA256 (VLGothic-20130422.tar.xz) = 05d68e0866d788dc69caf9a763937051f2ff0e510f85e7cd091cf21d5f428888
|
||||
SIZE (VLGothic-20130422.tar.xz) = 2213024
|
||||
|
@ -1,3 +1,3 @@
|
||||
Free Japanese TrueType fonts named 'VLGothic'.
|
||||
|
||||
WWW: http://vlgothic.dicey.org/
|
||||
WWW: http://vlgothic.dicey.org/
|
||||
|
Loading…
Reference in New Issue
Block a user