summaryrefslogtreecommitdiff
path: root/japanese/skk/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-19 11:50:34 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-19 11:50:34 +0000
commit05e3f717c8c3313c0fa5ab9fb961165e21516906 (patch)
tree4b9540c01b8b30685fa06fb80a15b9b36399d0a8 /japanese/skk/Makefile
parentAn sj3 frontend. (diff)
Yet another Japanese imput method method.
Submitted by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
Notes
Notes: svn path=/head/; revision=3653
Diffstat (limited to 'japanese/skk/Makefile')
-rw-r--r--japanese/skk/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/japanese/skk/Makefile b/japanese/skk/Makefile
new file mode 100644
index 000000000000..e3024367b393
--- /dev/null
+++ b/japanese/skk/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: skk
+# Version required: 8.6
+# Date created: 10 Aug 1996
+# Whom: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= skk8.6
+PKGNAME= skk-8.6
+CATEGORIES+= japanese
+MASTER_SITES= ftp://ftp.cs.keio.ac.jp/pub/misc/skk/ \
+ ftp://ftp.tohoku.ac.jp/mirror/skk/8.6/
+
+MAINTAINER= hidekazu@cs.titech.ac.jp
+
+# Don't RUN_DEPENDS on mule because we don't know which version the
+# user would want. We can't omit the BUILD_DEPENDS because it needs
+# to byte-compile .el files.
+BUILD_DEPENDS= mule:${PORTSDIR}/editors/mule
+
+NO_WRKSUBDIR= yes
+
+STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/skkserv.sh
+
+post-install:
+ @if [ ! -f ${STARTUP_SCRIPT} ]; then \
+ echo "Installing ${STARTUP_SCRIPT} file."; \
+ echo "#!/bin/sh" > ${STARTUP_SCRIPT}; \
+ echo "if [ -f ${PREFIX}/bin/SKK/skkserv ]; then" >> \
+ ${STARTUP_SCRIPT}; \
+ echo " echo -n ' skkserv'; ${PREFIX}/bin/SKK/skkserv" >> \
+ ${STARTUP_SCRIPT}; \
+ echo "fi" >> ${STARTUP_SCRIPT}; \
+ chmod 755 ${STARTUP_SCRIPT}; \
+ fi
+
+.include <bsd.port.mk>