summaryrefslogtreecommitdiff
path: root/japanese/sj3-server/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-19 11:37:29 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-19 11:37:29 +0000
commit5aa0a228c4229c3ff3db94c5f1f216dd0c3450da (patch)
treee6475b9711c65453c8db83e2279efd3cbfdd8e48 /japanese/sj3-server/Makefile
parentXmClientLibs -> ${MOTIFLIB} XawClientLibs (diff)
Yet another kanji input method.
Submitted by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
Notes
Notes: svn path=/head/; revision=3651
Diffstat (limited to 'japanese/sj3-server/Makefile')
-rw-r--r--japanese/sj3-server/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/japanese/sj3-server/Makefile b/japanese/sj3-server/Makefile
new file mode 100644
index 000000000000..e2e9f5ab92cd
--- /dev/null
+++ b/japanese/sj3-server/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: SJ3
+# Version required: 2.0.1.13
+# Date created: 10 Aug 1996
+# Whom: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= sj3-2.0.1.13
+CATEGORIES+= japanese
+MASTER_SITES= ftp://ftp.sony.co.jp/pub/unsupported/src/ \
+ ftp://ftp.cs.titech.ac.jp/pub/japanese/sj3/
+
+MAINTAINER= hidekazu@cs.titech.ac.jp
+
+# This port requires xmkmf but installs in /usr/local
+#
+# NOTE : You must not use 'xmkmf -a', because the running 'make depend' caused a error.
+
+do-configure:
+ ( cd $(WRKDIR)/sj3-2.0.1.13 ; xmkmf ; make Makefiles )
+
+post-install:
+.if !defined(NOMANCOMPRESS)
+ gzip -9nf ${PREFIX}/man/ja_JP.EUC/man1/sj3.1
+ gzip -9nf ${PREFIX}/man/ja_JP.EUC/man1/sj3dic.1
+ gzip -9nf ${PREFIX}/man/ja_JP.EUC/man1/sj3mkdic.1
+ gzip -9nf ${PREFIX}/man/ja_JP.EUC/man1/sj3serv.1
+.endif
+
+.include <bsd.port.mk>