diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2006-02-20 20:32:58 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2006-02-20 20:32:58 +0000 |
commit | 68fe7c6103024aca71400366ff6669aa7883a34b (patch) | |
tree | b454e4a737f613b77a8d529d375cba84c625061a /chinese/moefonts-cid/Makefile | |
parent | 6f10f263a981423a8abc8664117380c630a74858 (diff) |
Notes
Diffstat (limited to 'chinese/moefonts-cid/Makefile')
-rw-r--r-- | chinese/moefonts-cid/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/chinese/moefonts-cid/Makefile b/chinese/moefonts-cid/Makefile index 5faabc2e161a..27316bfa2413 100644 --- a/chinese/moefonts-cid/Makefile +++ b/chinese/moefonts-cid/Makefile @@ -7,7 +7,7 @@ PORTNAME= moefonts-cid PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= chinese print MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/moefonts-cid/ \ ftp://ftp.ora.com/pub/examples/nutshell/cjkv/adobe/ \ @@ -18,11 +18,15 @@ EXTRACT_ONLY= # empty MAINTAINER= ports@FreeBSD.org COMMENT= MOE CIDFonts converted by Adobe -RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/Resource/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps +RUN_DEPENDS= ${ADOBECMAPDIR}/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps +USE_GHOSTSCRIPT_RUN= yes NO_BUILD= YES +SUB_FILES= pkg-install pkg-deinstall +PKGINSTALL= ${WRKDIR}/pkg-install +PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -USE_GHOSTSCRIPT_RUN= yes +ADOBECMAPDIR= ${LOCALBASE}/share/fonts/adobe-cmaps pre-fetch: .if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes |