diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-04-29 20:12:16 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-04-29 20:12:16 +0000 |
commit | 045633a1b8b9a93da39276c44d8313ec66a07545 (patch) | |
tree | b668622bec03cea02602798988a5ed72533143b2 /print/ghostscript7-korfont | |
parent | 968e6d2e1642a5f80b17ddc2526cf8092042645a (diff) | |
download | ports-045633a1b8b9a93da39276c44d8313ec66a07545.tar.gz ports-045633a1b8b9a93da39276c44d8313ec66a07545.zip |
Notes
Diffstat (limited to 'print/ghostscript7-korfont')
-rw-r--r-- | print/ghostscript7-korfont/Makefile | 26 | ||||
-rw-r--r-- | print/ghostscript7-korfont/pkg-descr | 1 |
2 files changed, 27 insertions, 0 deletions
diff --git a/print/ghostscript7-korfont/Makefile b/print/ghostscript7-korfont/Makefile new file mode 100644 index 000000000000..6052d40100cd --- /dev/null +++ b/print/ghostscript7-korfont/Makefile @@ -0,0 +1,26 @@ +# Created by: Mita Yoshio <mita@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= ghostscript +PORTVERSION= 7.07 +PORTREVISION= 6 +CATEGORIES= korean print +MASTER_SITES= # empty +PKGNAMESUFFIX= 7-korfont +DISTFILES= # empty + +MAINTAINER= doceng@FreeBSD.org +COMMENT= Korean font support for Ghostscript 7.x + +RUN_DEPENDS= ${LOCALBASE}/share/fonts/CIDFont/Munhwa-Regular:${PORTSDIR}/korean/munhwafonts-cid \ + ${LOCALBASE}/share/ghostscript/Resource/CIDFont/HYSMyeongJo-Medium:${PORTSDIR}/print/ghostscript7-commfont + +# set these forcibly +USE_GHOSTSCRIPT_RUN= 7 +NO_BUILD= yes +DEPENDS_ARGS+= -DA4 + +do-install: + @${DO_NADA} + +.include <bsd.port.mk> diff --git a/print/ghostscript7-korfont/pkg-descr b/print/ghostscript7-korfont/pkg-descr new file mode 100644 index 000000000000..a3ff2ece3905 --- /dev/null +++ b/print/ghostscript7-korfont/pkg-descr @@ -0,0 +1 @@ +This is a meta package to add Korean font support to Ghostscript 7.x. |