aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/xlockmore/Makefile17
2 files changed, 18 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index 3fa4d4823e42..9a9624116054 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -417,6 +417,7 @@
SUBDIR += xjman
SUBDIR += xjman-3
SUBDIR += xjtext
+ SUBDIR += xlockmore
SUBDIR += xmsgsaver
SUBDIR += xpdf
SUBDIR += xshodo
diff --git a/japanese/xlockmore/Makefile b/japanese/xlockmore/Makefile
new file mode 100644
index 000000000000..15c6856696e9
--- /dev/null
+++ b/japanese/xlockmore/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: ja-xlockmore
+# Date created: 25 Nov 2003
+# Whom: umeno@rr.iij4u.or.jp
+#
+# $FreeBSD$
+#
+
+CATEGORIES= japanese x11
+
+MAINTAINER= umeno@rr.iij4u.or.jp
+
+MASTERDIR= ${.CURDIR}/../../x11/xlockmore
+
+WITH_MB= yes
+XLOCKMORE_LANG= ja
+
+.include "${MASTERDIR}/Makefile"