diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-06-12 01:31:02 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-06-12 01:31:02 +0000 |
commit | 95b0015373f1c6071228863007ae1be8f30b63a7 (patch) | |
tree | ba240d80c4f6a7cf3ccd7310a10ddedb55915536 /textproc/eblook/Makefile | |
parent | f9e8f6332ad9bcafb6bb599a9695c2cbeaf30d61 (diff) | |
download | pkgsrc-95b0015373f1c6071228863007ae1be8f30b63a7.tar.gz |
Initial import of eblook-1.5.1.
Eblook provides an interactive, simple command-line interface for electiric
dictionaries, using EB library as the backend. Eblook is originally developed
as a backend of Lookup, an electiric dictionary search agent for Emacs, but
its useful as a separate tool.
Diffstat (limited to 'textproc/eblook/Makefile')
-rw-r--r-- | textproc/eblook/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/eblook/Makefile b/textproc/eblook/Makefile new file mode 100644 index 00000000000..68f50ca5988 --- /dev/null +++ b/textproc/eblook/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/12 01:31:02 uebayasi Exp $ +# + +DISTNAME= eblook-1.5.1 +CATEGORIES= japanese textproc +MASTER_SITES= http://openlab.ring.gr.jp/edict/eblook/dist/ + +MAINTAINER= uebayasi@soum.co.jp +HOMEPAGE= http://openlab.ring.gr.jp/edict/eblook/ +COMMENT= interactive command-line interface for EPWING electirc dictionaries + +USE_BUILDLINK_ONLY= # defined + +GNU_CONFIGURE= yes + +.include "../../textproc/eb/buildlink.mk" +.include "../../devel/gettext-lib/buildlink.mk" +.include "../../mk/bsd.pkg.mk" |