diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-28 05:56:30 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-28 05:56:30 +0000 |
commit | 59a6fe628ab6134b1341eed143c702867ed45284 (patch) | |
tree | a5a2f40d0ea83420bea5fadde2888ff8949d6dd3 /print/ghostscript-gnu-commfont/Makefile.common | |
parent | 3a35210be12e95294b8ced696721b6b4b0e88286 (diff) | |
download | ports-59a6fe628ab6134b1341eed143c702867ed45284.tar.gz ports-59a6fe628ab6134b1341eed143c702867ed45284.zip |
Notes
Diffstat (limited to 'print/ghostscript-gnu-commfont/Makefile.common')
-rw-r--r-- | print/ghostscript-gnu-commfont/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/ghostscript-gnu-commfont/Makefile.common b/print/ghostscript-gnu-commfont/Makefile.common index b2c4ae1649f6..025a7b0dfc23 100644 --- a/print/ghostscript-gnu-commfont/Makefile.common +++ b/print/ghostscript-gnu-commfont/Makefile.common @@ -7,7 +7,7 @@ DISTNAME= # nonexistent DISTFILES= # empty MAINTAINER?= mita@FreeBSD.org -COMMENT?= GNU ghostscript with Japanese Font support +COMMENT?= GNU ghostscript with CJK font support RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu \ ${LOCALBASE}/share/ghostscript/Resource/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps @@ -26,12 +26,14 @@ RUN_DEPENDS+= ${LOCALBASE}/share/ghostscript/${PORTVERSION}/lib/gs_init.ps.pre_s PLIST_SUB+= CIDFNMAP="${CIDFNMAP}" .if defined(JPNFONT) CATEGORIES:= japanese ${CATEGORIES} +COMMENT= GNU ghostscript with Japanese font support PKGNAMEPREFIX= ja- PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-jpnfont RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho-subst.ttf:${PORTSDIR}/japanese/kochi-ttfonts CIDFNMAP= CIDFnmap.jp .elif defined(KORFONT) CATEGORIES:= korean ${CATEGORIES} +COMMENT= GNU ghostscript with Korean font support PKGNAMEPREFIX= ko- PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-korfont RUN_DEPENDS+= ${LOCALBASE}/share/ghostscript/fonts/Munhwa-Bold:${PORTSDIR}/korean/munhwafonts-cid |