summaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorCHOI Junho <cjh@FreeBSD.org>2000-07-15 13:21:47 +0000
committerCHOI Junho <cjh@FreeBSD.org>2000-07-15 13:21:47 +0000
commit7e2572e18ea8b76163ea7c3d61a0d18057a42e69 (patch)
treee2cd89f58da3e88b6141410e349db58d3f5b7efe /korean
parentRemove RUN_DEPENDS to ghostscript. Now we have two Korean (diff)
- remove BUILD_DEPENDS(NO_BUILD=YES!)
- MAINTAINER update. - more portlint-compilant.
Notes
Notes: svn path=/head/; revision=30643
Diffstat (limited to 'korean')
-rw-r--r--korean/munhwafonts-cid/Makefile12
-rw-r--r--korean/munhwafonts-cid/pkg-descr2
2 files changed, 5 insertions, 9 deletions
diff --git a/korean/munhwafonts-cid/Makefile b/korean/munhwafonts-cid/Makefile
index ea577f142e92..698ba039d5d0 100644
--- a/korean/munhwafonts-cid/Makefile
+++ b/korean/munhwafonts-cid/Makefile
@@ -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
diff --git a/korean/munhwafonts-cid/pkg-descr b/korean/munhwafonts-cid/pkg-descr
index 83dda8718749..498d49b1c94f 100644
--- a/korean/munhwafonts-cid/pkg-descr
+++ b/korean/munhwafonts-cid/pkg-descr
@@ -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>