summaryrefslogtreecommitdiff
path: root/japanese/word
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1999-09-02 16:16:35 +0000
committerSADA Kenji <sada@FreeBSD.org>1999-09-02 16:16:35 +0000
commit20e998732ac0cb4c8a22462d26fe742442618d42 (patch)
tree1209b4429a17ea34d6bb444caff78f5231bbf982 /japanese/word
parentGNU Portable Threads (DEVELOPMENT VERSION): 1.1.x -> 1.2.x (diff)
A GPL2'ed draft Japanese word processor.
Notes
Notes: svn path=/head/; revision=21198
Diffstat (limited to 'japanese/word')
-rw-r--r--japanese/word/Makefile36
-rw-r--r--japanese/word/distinfo1
-rw-r--r--japanese/word/pkg-comment1
-rw-r--r--japanese/word/pkg-descr17
-rw-r--r--japanese/word/pkg-plist8
5 files changed, 63 insertions, 0 deletions
diff --git a/japanese/word/Makefile b/japanese/word/Makefile
new file mode 100644
index 000000000000..47997f78bbac
--- /dev/null
+++ b/japanese/word/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: word
+# Version required: 0.98
+# Date created: 30 August 1999
+# Whom: sada
+#
+# $Id$
+#
+
+DISTNAME= word-0.98
+PKGNAME= ja-${DISTNAME}
+CATEGORIES= japanese
+MASTER_SITES= http://www.linet.gr.jp/~mituiwa/
+
+MAINTAINER= sada@FreeBSD.ORG
+
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+
+DOCDIR= ${PREFIX}/share/doc/ja-word
+EXAMPLEDIR= ${PREFIX}/share/examples/ja-word
+
+do-build:
+ (cd ${WRKSRC}; \
+ ${CC} -o word `gtk12-config --cflags` `gtk12-config --libs` word.c )
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/word ${PREFIX}/bin
+ ${MKDIR} ${DOCDIR}
+.for i in Changes LICENSE README
+ ${INSTALL_DATA} ${WRKSRC}/$i ${DOCDIR}
+.endfor
+ ${MKDIR} ${EXAMPLEDIR}
+.for i in .wordfontrc richo.wordfontrc
+ ${INSTALL_DATA} ${WRKSRC}/$i ${EXAMPLEDIR}
+.endfor
+
+.include <bsd.port.mk>
diff --git a/japanese/word/distinfo b/japanese/word/distinfo
new file mode 100644
index 000000000000..9b312b1bacf8
--- /dev/null
+++ b/japanese/word/distinfo
@@ -0,0 +1 @@
+MD5 (word-0.98.tar.gz) = 535602f29d397f6928dd79d6d8d93345
diff --git a/japanese/word/pkg-comment b/japanese/word/pkg-comment
new file mode 100644
index 000000000000..895711ef0aaa
--- /dev/null
+++ b/japanese/word/pkg-comment
@@ -0,0 +1 @@
+Free Japanese word processor which is distributed in GPL2
diff --git a/japanese/word/pkg-descr b/japanese/word/pkg-descr
new file mode 100644
index 000000000000..05d549b17bc2
--- /dev/null
+++ b/japanese/word/pkg-descr
@@ -0,0 +1,17 @@
+A Free Japanese word processor which is distributed in GPL2.
+
+At first, you should
+
+ % cp /usr/local/share/examples/ja-word/.wordfontrc $HOME
+ (without X-TT server)
+
+ % cp /usr/local/share/examples/ja-word/richo.wordfontrc $HOME/.wordfontrc
+ and edit $HOME/.wordfontrc
+ (with X-TT server)
+
+For detail, read /usr/local/share/doc/ja-word/README (in Japanese).
+
+WWW: http://www2.famille.ne.jp/~mituiwa/#word
+
+- SADA Kenji
+sada@FreeBSD.org
diff --git a/japanese/word/pkg-plist b/japanese/word/pkg-plist
new file mode 100644
index 000000000000..a0026e514c27
--- /dev/null
+++ b/japanese/word/pkg-plist
@@ -0,0 +1,8 @@
+bin/word
+share/doc/ja-word/Changes
+share/doc/ja-word/LICENSE
+share/doc/ja-word/README
+share/examples/ja-word/.wordfontrc
+share/examples/ja-word/richo.wordfontrc
+@dirrm share/examples/ja-word
+@dirrm share/doc/ja-word