aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript7-jpnfont
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-jpnfont
parentfb4bad44d1a3cb2e76167ebc060322ea57714ffe (diff)
downloadports-118978bf4c6dbf7ffc92a190aab60942c56093f4.tar.gz
ports-118978bf4c6dbf7ffc92a190aab60942c56093f4.zip
Resurrect print/ghostscript7{,-commfont,-jpnfont,-korfont,-nox11}.
Notes
Notes: svn path=/head/; revision=373122
Diffstat (limited to 'print/ghostscript7-jpnfont')
-rw-r--r--print/ghostscript7-jpnfont/Makefile26
-rw-r--r--print/ghostscript7-jpnfont/pkg-descr1
2 files changed, 27 insertions, 0 deletions
diff --git a/print/ghostscript7-jpnfont/Makefile b/print/ghostscript7-jpnfont/Makefile
new file mode 100644
index 000000000000..5008cf40c039
--- /dev/null
+++ b/print/ghostscript7-jpnfont/Makefile
@@ -0,0 +1,26 @@
+# Created by: Mita Yoshio <mita@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= ghostscript
+PORTVERSION= 7.07
+PORTREVISION= 12
+CATEGORIES= print japanese
+MASTER_SITES= # empty
+PKGNAMESUFFIX= 7-jpnfont
+DISTFILES= # empty
+
+MAINTAINER= hrs@FreeBSD.org
+COMMENT= Japanese font support for Ghostscript 7.x
+
+RUN_DEPENDS= ${LOCALBASE}/share/fonts/std.ja_JP/Ryumin-Light.gs7:${PORTSDIR}/japanese/font-std \
+ ${LOCALBASE}/share/ghostscript/Resource/CIDFont/Ryumin-Light:${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-jpnfont/pkg-descr b/print/ghostscript7-jpnfont/pkg-descr
new file mode 100644
index 000000000000..cd4b7df2fb2d
--- /dev/null
+++ b/print/ghostscript7-jpnfont/pkg-descr
@@ -0,0 +1 @@
+This is a meta package to add Japanese font support to Ghostscript 7.x.