summaryrefslogtreecommitdiff
path: root/japanese/mule-sj3
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-19 11:56:51 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-19 11:56:51 +0000
commit48d09a2f9956bb00115e98fe045b45a74fef51ed (patch)
tree4ecfb2f4b77b8bdc9f005a0d173a660bb0350ee5 /japanese/mule-sj3
parentYet another Japanese imput method method. (diff)
A mule that uses sj3.
Submitted by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
Notes
Notes: svn path=/head/; revision=3654
Diffstat (limited to 'japanese/mule-sj3')
-rw-r--r--japanese/mule-sj3/Makefile47
-rw-r--r--japanese/mule-sj3/pkg-comment1
-rw-r--r--japanese/mule-sj3/pkg-descr25
3 files changed, 73 insertions, 0 deletions
diff --git a/japanese/mule-sj3/Makefile b/japanese/mule-sj3/Makefile
new file mode 100644
index 000000000000..92ca8cafc1e9
--- /dev/null
+++ b/japanese/mule-sj3/Makefile
@@ -0,0 +1,47 @@
+# New ports collection makefile for: mule with sj3
+# Version required: 2.3
+# Date created: 8 August 1996
+# Whom: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= mule-2.3
+PKGNAME= jp-smule-2.3
+CATEGORIES+= japanese editors
+MASTER_SITES= ftp://etlport.etl.go.jp/pub/mule/ \
+ ftp://ftp.cs.buffalo.edu/pub/mule/ \
+ ftp://sh.wide.ad.jp/JAPAN/mule/ \
+ ftp://ftp.funet.fi/pub/gnu/emacs/mule/
+
+MAINTAINER= hidekazu@cs.titech.ac.jp
+
+BUILD_DEPENDS= sj3serv:${PORTSDIR}/japanese/sj3
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \
+ --sj3 --terminal-face \
+ --locallisppath=${PREFIX}/lib/mule/site-lisp:${PREFIX}/share/emacs/site-lisp
+STRIP=
+
+pre-build:
+ find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
+
+post-install:
+# note that rcs-checkn and any2ps are scripts
+ strip ${PREFIX}/bin/b2m
+ strip ${PREFIX}/bin/coco
+ strip ${PREFIX}/bin/ctags
+ strip ${PREFIX}/bin/etags
+ strip ${PREFIX}/bin/m2ps
+ strip ${PREFIX}/bin/mule-19.28
+.if !defined(NOMANCOMPRESS)
+ gzip -9nf ${PREFIX}/man/man1/coco.1
+ gzip -9nf ${PREFIX}/man/man1/ctags.1
+ gzip -9nf ${PREFIX}/man/man1/etags.1
+ gzip -9nf ${PREFIX}/man/man1/m2ps.1
+ gzip -9nf ${PREFIX}/man/man1/mule.1
+.endif
+
+.include <bsd.port.mk>
diff --git a/japanese/mule-sj3/pkg-comment b/japanese/mule-sj3/pkg-comment
new file mode 100644
index 000000000000..01842329211b
--- /dev/null
+++ b/japanese/mule-sj3/pkg-comment
@@ -0,0 +1 @@
+A multilingual emacs, with SJ3 support built in
diff --git a/japanese/mule-sj3/pkg-descr b/japanese/mule-sj3/pkg-descr
new file mode 100644
index 000000000000..435e162c0353
--- /dev/null
+++ b/japanese/mule-sj3/pkg-descr
@@ -0,0 +1,25 @@
+This is mule-2.3, a multilingual editor based on emacs-19.28.
+
+This package is built with Japanese support, using SJ3 as default.
+
+This package *will* clobber any existing emacs installation. In
+particular, the executables and man pages of etags/ctags are
+installed, and the info pages that come with the original emacs get
+installed too.
+
+Although this shouldn't cause any problems to run both mule and emacs,
+it may cause some confusion when one of them is pkg_delete'd. If
+someone has a solution to this, please tell me.
+
+Also, it will overwrite itself over another mule using Canna and/or Wnn.
+Solutions to this is welcome, too.
+
+A "dir" file is supplied in the files/ subdirectory of the ports
+package. Copy it into your /usr/local/info to read mule info pages,
+but also make sure you also add everything that may have been added to
+that file!
+
+- Satoshi
+asami@cs.berkeley.edu
+(Ported for SJ3 - Hidekazu Kuroki
+ hidekazu@ccs.titech.ac.jp)