1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- remove BUILD_DEPENDS(NO_BUILD=YES!)

- MAINTAINER update.
- more portlint-compilant.
This commit is contained in:
CHOI Junho 2000-07-15 13:21:47 +00:00
parent c1558eff36
commit 7e2572e18e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30643
2 changed files with 5 additions and 9 deletions

View File

@ -12,10 +12,9 @@ MASTER_SITES= ftp://ftp.ora.com/pub/examples/nutshell/cjkv/adobe/ \
ftp://ftp.ora.com/pub/examples/nutshell/cjkv/adobe/samples/
DISTNAME= ${PORTNAME}
DISTFILES= ${CID_FONTS_KO} ${CID_CMAP_KO}
EXTRACT_ONLY= ${CID_CMAP_KO}
MAINTAINER= cjh@kr.freebsd.org
BUILD_DEPENDS= ${PREFIX}/share/ghostscript/fonts/Fontmap:${PORTSDIR}/print/gsfonts
MAINTAINER= cjh@FreeBSD.org
# sample fonts(cid, free Korean fonts is just only one.. :< )
CID_FONTS_KO= Munhwa-Regular Munhwa-Bold \
@ -25,11 +24,9 @@ CID_CMAP_KO= ak11.tar.Z
NO_BUILD= YES
do-extract:
${MKDIR} ${WRKDIR}
cd ${WRKDIR} && tar -xzf ${DISTDIR}/${CID_CMAP_KO}
do-install:
${MKDIR} ${PREFIX}/share/ghostscript/fonts
${MKDIR} ${PREFIX}/share/ghostscript/fonts/CMap
${INSTALL_DATA} ${FILESDIR}/Munhwa-Regular-KSC-EUC-H.gsf \
${FILESDIR}/MunhwaGothic-Regular-KSC-EUC-H.gsf \
${FILESDIR}/Munhwa-Bold-KSC-EUC-H.gsf \
@ -39,7 +36,6 @@ do-install:
${INSTALL_DATA} ${DISTDIR}/$$file \
${PREFIX}/share/ghostscript/fonts; \
done
${MKDIR} ${PREFIX}/share/ghostscript/fonts/CMap; &&\
${INSTALL_DATA} ${WRKDIR}/ak11/CMap/* \
${PREFIX}/share/ghostscript/fonts/CMap

View File

@ -9,4 +9,4 @@ Adobe, and original Type 1 fonts is from Ministry of Culture and Sports
of Korea Government. These fonts are free to use.
--
CHOI Junho <cjh@kr.freebsd.org>
CHOI Junho <cjh@FreeBSD.org>