summaryrefslogtreecommitdiff
path: root/japanese/skkinput/Makefile
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1998-03-12 16:05:02 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1998-03-12 16:05:02 +0000
commitebf0d1d99ea344e4140763f91689d90c87c1ba82 (patch)
treef9c07ede1f8f48f98a251b732f12a9ecdc71f231 /japanese/skkinput/Makefile
parentactivate japanese/k10, X11 10x10 pixels japanese font. (diff)
ports/japanese/skkinput
"A SKK-like Japanese input method for X11." PR: 5631
Notes
Notes: svn path=/head/; revision=10126
Diffstat (limited to 'japanese/skkinput/Makefile')
-rw-r--r--japanese/skkinput/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/japanese/skkinput/Makefile b/japanese/skkinput/Makefile
new file mode 100644
index 000000000000..2ea7a1eee26d
--- /dev/null
+++ b/japanese/skkinput/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: skkinput
+# Version required: 2.00-SNAP980123
+# Date created: 28 Jan 1998
+# Whom: Murata Shuuichirou <mrt@mickey.ai.kyutech.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= skkinput-2.00-SNAP980123
+PKGNAME= ja-skkinput-2.00-980123
+CATEGORIES= japanese x11
+MASTER_SITES= http://www.yajima.kuis.kyoto-u.ac.jp/staffs/sakamoto/skkinput/
+
+MAINTAINER= mrt@mickey.ai.kyutech.ac.jp
+
+RUN_DEPENDS= ${LOCALBASE}/libexec/skkserv:${PORTSDIR}/japanese/skk \
+ jman:${PORTSDIR}/japanese/man
+
+USE_IMAKE= yes
+MANLANG= ja_JP.EUC
+MAN1= skkinput.1
+MANCOMPRESSED= yes
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${X11BASE}/share/doc/skkinput
+ @( cd ${WRKSRC} ; \
+ ${INSTALL_DATA} *.jis skkinput.doc ${X11BASE}/share/doc/skkinput/ )
+.endif
+
+.include <bsd.port.mk>