Automatically create a Japanese font environment by TrueType fonts
This commit is contained in:
parent
9739c9ba1f
commit
7a018641ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21351
40
japanese/addttfont/Makefile
Normal file
40
japanese/addttfont/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection makefile for: addttfont
|
||||
# Version required: 1.7
|
||||
# Date created: 99/06/15
|
||||
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= addttfont-1.7
|
||||
PKGNAME= ja-addttfont-1.7
|
||||
CATEGORIES= japanese perl5
|
||||
MASTER_SITES= http://ftp.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/tt/
|
||||
EXTRACT_SUFX= ''
|
||||
|
||||
MAINTAINER= taoka@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= mkres.pl:${PORTSDIR}/japanese/p5-mkres \
|
||||
VTPSfont:${PORTSDIR}/japanese/VTPSfont \
|
||||
${X11BASE}/lib/X11/ja_JP.EUC/app-defaults/Tgif:${PORTSDIR}/graphics/tgif-nls
|
||||
|
||||
USE_PERL5= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
do-extract:
|
||||
@${RM} -rf ${WRKDIR}
|
||||
@${MKDIR} ${WRKDIR}
|
||||
@for file in ${DISTFILES}; do \
|
||||
${CP} ${DISTDIR}/${DIST_SUBDIR}/$${file} ${WRKSRC}; \
|
||||
done
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC}; ${MV} ${DISTNAME} ${DISTNAME}.orig; \
|
||||
${SED} -e 's;^#! */usr/bin/perl *;#!${PERL5};' \
|
||||
${DISTNAME}.orig > ${DISTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
|
||||
${PREFIX}/bin/addttfont
|
||||
|
||||
.include <bsd.port.mk>
|
1
japanese/addttfont/distinfo
Normal file
1
japanese/addttfont/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (addttfont-1.7) = 9c32d062d1a60ee4844ca50756f8b1e9
|
1
japanese/addttfont/pkg-comment
Normal file
1
japanese/addttfont/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Automatically create a Japanese font environment by TrueType fonts
|
10
japanese/addttfont/pkg-descr
Normal file
10
japanese/addttfont/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
addttfont AUTOMATICALLY creates a Japanese fonts environment by
|
||||
TrueType fonts.
|
||||
|
||||
The Japanese fonts environment means that a Japanese fonts are
|
||||
available to the following applications:
|
||||
|
||||
* tgif (version 4)
|
||||
* X-TT
|
||||
* VFlib
|
||||
* Ghostscript supported VFlib
|
1
japanese/addttfont/pkg-plist
Normal file
1
japanese/addttfont/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/addttfont
|
Loading…
Reference in New Issue
Block a user