summaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-04-07 01:47:09 +0000
committerwill <will@FreeBSD.org>2001-04-07 01:47:09 +0000
commit2353ecd66089721852e959beb01e7d6d2cac9430 (patch)
tree5ba53993ef9724868150790411dc6dea050520fd /japanese
parent9d2a0c1ab2159bb80fa4e201542a7107702a6a48 (diff)
downloadFreeBSD-ports-2353ecd66089721852e959beb01e7d6d2cac9430.zip
FreeBSD-ports-2353ecd66089721852e959beb01e7d6d2cac9430.tar.gz
Add jyuroku 1.32, a japanese address book.
PR: 24776 Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/jyuroku/Makefile35
-rw-r--r--japanese/jyuroku/distinfo1
-rw-r--r--japanese/jyuroku/pkg-comment1
-rw-r--r--japanese/jyuroku/pkg-descr3
-rw-r--r--japanese/jyuroku/pkg-plist3
6 files changed, 44 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index f8a07a7..7d44270 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -107,6 +107,7 @@
SUBDIR += jvim3-direct_canna
SUBDIR += jvim3-freewnn
SUBDIR += jvim3-wnn6
+ SUBDIR += jyuroku
SUBDIR += k10
SUBDIR += k12
SUBDIR += kakasi
diff --git a/japanese/jyuroku/Makefile b/japanese/jyuroku/Makefile
new file mode 100644
index 0000000..2fe22dc
--- /dev/null
+++ b/japanese/jyuroku/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: jyuroku
+# Date created: 1 February 2001
+# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+#
+# $FreeBSD$
+#
+
+PORTNAME= jyuroku
+PORTVERSION= 1.32
+CATEGORIES= japanese
+MASTER_SITES= http://member.nifty.ne.jp/seto-yoneji/
+DISTNAME= ${PORTNAME}-${PORTVERSION}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= yoichi@eken.phys.nagoya-u.ac.jp
+
+ALL_TARGET=
+USE_X_PREFIX= yes
+USE_GTK= yes
+
+pre-build:
+ ${PERL} -pi -e "s@gcc@${CC}@g; \
+ s@-g@${CFLAGS}@g; \
+ s@gtk-config@${GTK_CONFIG}@g" ${WRKSRC}/Makefile
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/jyuroku ${X11BASE}/bin
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/jyuroku
+ ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/jyuroku
+.endif
+
+.include <bsd.port.mk>
diff --git a/japanese/jyuroku/distinfo b/japanese/jyuroku/distinfo
new file mode 100644
index 0000000..ec9ab10
--- /dev/null
+++ b/japanese/jyuroku/distinfo
@@ -0,0 +1 @@
+MD5 (jyuroku-1.32.tgz) = aef80b129ace6272362b3e20ef55e9b4
diff --git a/japanese/jyuroku/pkg-comment b/japanese/jyuroku/pkg-comment
new file mode 100644
index 0000000..83ea316
--- /dev/null
+++ b/japanese/jyuroku/pkg-comment
@@ -0,0 +1 @@
+Japanese address book
diff --git a/japanese/jyuroku/pkg-descr b/japanese/jyuroku/pkg-descr
new file mode 100644
index 0000000..868e4bf
--- /dev/null
+++ b/japanese/jyuroku/pkg-descr
@@ -0,0 +1,3 @@
+Japanese address book software for X.
+
+WWW: http://member.nifty.ne.jp/seto-yoneji/
diff --git a/japanese/jyuroku/pkg-plist b/japanese/jyuroku/pkg-plist
new file mode 100644
index 0000000..4cdcf84
--- /dev/null
+++ b/japanese/jyuroku/pkg-plist
@@ -0,0 +1,3 @@
+bin/jyuroku
+share/doc/jyuroku/README
+@dirrm share/doc/jyuroku
OpenPOWER on IntegriCloud