diff options
Diffstat (limited to 'print/adobe-cmaps/Makefile')
-rw-r--r-- | print/adobe-cmaps/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/print/adobe-cmaps/Makefile b/print/adobe-cmaps/Makefile new file mode 100644 index 000000000000..c619d98dd0f4 --- /dev/null +++ b/print/adobe-cmaps/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: adobe-cmaps +# Date created: Wed, 10 Apr 2002 02:22:30 +0900 +# Whom: KATO Tsuguru <dai_fugo@geocities.co.jp> +# +# $FreeBSD$ +# + +PORTNAME= adobe-cmaps +PORTVERSION= 200109 +CATEGORIES= print +MASTER_SITES= ftp://ftp.gyve.org/pub/gs-cjk/ \ + http://www.matsusaka-u.ac.jp/mirror/gs-cjk/ +DIST_SUBDIR= ghostscript + +MAINTAINER= mita@jp.FreeBSD.org + +NO_WRKSUBDIR= yes +NO_BUILD= yes +RESOURCE= ${PREFIX}/share/ghostscript/Resource + +do-install: + @${MKDIR} ${RESOURCE}/CIDFont + @${MKDIR} ${RESOURCE}/Font +.for i in CMap ac14 ag14 ai0 aj14 aj20 ak12 pdfcorefont rksj-cmaps + ${TAR} -C ${WRKSRC} -cf - ${i} | ${TAR} -C ${RESOURCE} -xf - +.endfor + +.include <bsd.port.mk> |