summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-11-12 17:22:23 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-11-12 17:22:23 +0000
commit36b20551e513f5e4eb51e9071cba119ecbdc88e0 (patch)
tree04d69e7b67b41b1450334f5dcbd1ee51dd139185 /japanese
parentAdd CONFLICTS lines; ming and ja-ming conflict with each other. (diff)
Add japanese/ruby-ming as a slave of graphics/ruby-ming. It depends
on and is linked with japanese/ming instead of graphics/ming.
Notes
Notes: svn path=/head/; revision=93835
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/ruby-ming/Makefile16
2 files changed, 17 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index 467d7c70a0e6..9bec1b384e61 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -320,6 +320,7 @@
SUBDIR += ruby-kakasi
SUBDIR += ruby-man
SUBDIR += ruby-mecab
+ SUBDIR += ruby-ming
SUBDIR += ruby-rdic
SUBDIR += ruby-refe
SUBDIR += ruby-romkan
diff --git a/japanese/ruby-ming/Makefile b/japanese/ruby-ming/Makefile
new file mode 100644
index 000000000000..89b125ded312
--- /dev/null
+++ b/japanese/ruby-ming/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: Ruby/Ming-ja
+# Date created: 13 November 2003
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= japanese
+
+COMMENT= Yet another Ming module for Ruby built with Japanese support
+
+LIB_DEPENDS= ming.3:${PORTSDIR}/japanese/ming
+
+MASTERDIR= ${.CURDIR}/../../graphics/ruby-ming
+
+.include "${MASTERDIR}/Makefile"