summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--japanese/eblook/Makefile34
-rw-r--r--japanese/eblook/distinfo1
-rw-r--r--japanese/eblook/pkg-comment1
-rw-r--r--japanese/eblook/pkg-descr12
-rw-r--r--japanese/eblook/pkg-plist10
5 files changed, 58 insertions, 0 deletions
diff --git a/japanese/eblook/Makefile b/japanese/eblook/Makefile
new file mode 100644
index 000000000000..828b92e57a20
--- /dev/null
+++ b/japanese/eblook/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: eblook
+# Version required: 1.2
+# Date created: 20 August 1999
+# Whom: Shigeyuki Fukushima <shige@FreeBSD.org>
+#
+# $Id$
+#
+
+DISTNAME= eblook-1.2
+PKGNAME= ja-eblook-1.2
+CATEGORIES= japanese textproc
+MASTER_SITES= http://openlab.ring.gr.jp/lookup/DIST/eblook/
+
+MAINTAINER= shige@FreeBSD.org
+
+DOCDIR= share/doc/eblook
+
+LIB_DEPENDS= eb.3:${PORTSDIR}/japanese/eb
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-eb-includes=${PREFIX}/include \
+ --with-eb-libraries=${PREFIX}/lib
+
+PLIST_SUB= DOCDIR=${DOCDIR}
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @[ ! -d ${PREFIX}/${DOCDIR} ] && ${MKDIR} ${PREFIX}/${DOCDIR}
+ @for i in AUTHORS COPYING ChangeLog NEWS README ; do \
+ ${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${DOCDIR} ;\
+ done
+.endif
+
+.include <bsd.port.mk>
diff --git a/japanese/eblook/distinfo b/japanese/eblook/distinfo
new file mode 100644
index 000000000000..e8f07be0daa5
--- /dev/null
+++ b/japanese/eblook/distinfo
@@ -0,0 +1 @@
+MD5 (eblook-1.2.tar.gz) = 4df65f487cd9ab21c07aaf6f17ebb01b
diff --git a/japanese/eblook/pkg-comment b/japanese/eblook/pkg-comment
new file mode 100644
index 000000000000..1cd9756ad0f7
--- /dev/null
+++ b/japanese/eblook/pkg-comment
@@ -0,0 +1 @@
+Interactive EB interface command for seraching words in electoric dictionaries
diff --git a/japanese/eblook/pkg-descr b/japanese/eblook/pkg-descr
new file mode 100644
index 000000000000..ab957fcb5a33
--- /dev/null
+++ b/japanese/eblook/pkg-descr
@@ -0,0 +1,12 @@
+Interactive EB interface command for seraching words in CD-ROM books.
+
+Eblook supports to access CD-ROM books of EB, EBG, EBXA and EPWING formats
+directly. CD-ROM books of those formats are popular in Japan.
+Since CD-ROM books themseves are stands on the ISO 9660 format,
+you can mount the discs by the same way as other ISO 9660 discs.
+
+You can get more information from ja-eblook.info.
+You can also get information from their website.
+WWW: http://openlab.ring.gr.jp/lookup/eblook/
+
+--- Porting by shige <shige@FreeBSD.org>
diff --git a/japanese/eblook/pkg-plist b/japanese/eblook/pkg-plist
new file mode 100644
index 000000000000..97620ab7892b
--- /dev/null
+++ b/japanese/eblook/pkg-plist
@@ -0,0 +1,10 @@
+bin/eblook
+@unexec install-info --delete %D/info/eblook.info %D/info/dir
+info/eblook.info
+@exec install-info %D/info/eblook.info %D/info/dir
+%%DOCDIR%%/AUTHORS
+%%DOCDIR%%/COPYING
+%%DOCDIR%%/ChangeLog
+%%DOCDIR%%/NEWS
+%%DOCDIR%%/README
+@dirrm %%DOCDIR%%