summaryrefslogtreecommitdiff
path: root/print/ghostscript7-korfont/Makefile
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2014-11-23 06:14:21 +0000
committerHiroki Sato <hrs@FreeBSD.org>2014-11-23 06:14:21 +0000
commit118978bf4c6dbf7ffc92a190aab60942c56093f4 (patch)
tree129b54759668029d5b4e2c90770cbd6d51066db8 /print/ghostscript7-korfont/Makefile
parentUpgrade to 4.7.1 (diff)
Resurrect print/ghostscript7{,-commfont,-jpnfont,-korfont,-nox11}.
Notes
Notes: svn path=/head/; revision=373122
Diffstat (limited to 'print/ghostscript7-korfont/Makefile')
-rw-r--r--print/ghostscript7-korfont/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/print/ghostscript7-korfont/Makefile b/print/ghostscript7-korfont/Makefile
new file mode 100644
index 000000000000..6a3751cb5413
--- /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= 8
+CATEGORIES= print korean
+MASTER_SITES= # empty
+PKGNAMESUFFIX= 7-korfont
+DISTFILES= # empty
+
+MAINTAINER= hrs@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>