diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-08-20 16:21:51 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-08-20 16:21:51 +0000 |
commit | dd36f0c54d49447a2ec9e1a0e8b4856a02cbb56e (patch) | |
tree | ed2b41e4433c7b73e74c12f9bd65fcbbc4fc98e3 /japanese/eblook | |
parent | c8bcb4156079392bacd042caf2e7c1616b7872fc (diff) | |
download | ports-dd36f0c54d49447a2ec9e1a0e8b4856a02cbb56e.tar.gz ports-dd36f0c54d49447a2ec9e1a0e8b4856a02cbb56e.zip |
Notes
Diffstat (limited to 'japanese/eblook')
-rw-r--r-- | japanese/eblook/Makefile | 34 | ||||
-rw-r--r-- | japanese/eblook/distinfo | 1 | ||||
-rw-r--r-- | japanese/eblook/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/eblook/pkg-descr | 12 | ||||
-rw-r--r-- | japanese/eblook/pkg-plist | 10 |
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%% |